~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Author(s): Marko Mäkelä, Stewart Smith
  • Date: 2010-11-17 05:52:09 UTC
  • mto: (2021.1.2 build)
  • Revision ID: stewart@flamingspork.com-20101117055209-69m035q6h7e1txrc
Merge Revision revid:marko.makela@oracle.com-20100629113248-fvl48lnzr44z94gg from MySQL InnoDB

Original revid:marko.makela@oracle.com-20100629113248-fvl48lnzr44z94gg

Original Authors: Marko Mkel <marko.makela@oracle.com>
Original commit message:
Bug#52199 utf32: mbminlen=4, mbmaxlen=4, type->mbminlen=0, type->mbmaxlen=4

Merge and adjust a forgotten change to fix this bug.
rb://393 approved by Jimmy Yang
  ------------------------------------------------------------------------
  r3794 | marko | 2009-01-07 14:14:53 +0000 (Wed, 07 Jan 2009) | 18 lines

  branches/6.0: Allow the minimum length of a multi-byte character to be
  up to 4 bytes. (Bug #35391)

  dtype_t, dict_col_t: Replace mbminlen:2, mbmaxlen:3 with mbminmaxlen:5.
  In this way, the 5 bits can hold two values of 0..4, and the storage size
  of the fields will not cross the 64-bit boundary.  Encode the values as
  DATA_MBMAX * mbmaxlen + mbminlen.  Define the auxiliary macros
  DB_MBMINLEN(mbminmaxlen), DB_MBMAXLEN(mbminmaxlen), and
  DB_MINMAXLEN(mbminlen, mbmaxlen).

  Try to trim and pad UTF-16 and UTF-32 with spaces as appropriate.

  Alexander Barkov suggested the use of cs->cset->fill(cs, buff, len, 0x20).
  ha_innobase::store_key_val_for_row() now does that, but the added function
  row_mysql_pad_col() does not, because it doesn't have the MySQL TABLE object.

  rb://49 approved by Heikki Tuuri
  ------------------------------------------------------------------------
Filename Latest Rev Last Changed Committer Comment Size
..
docs 1794.2.6 14 years ago Monty Taylor Added initial doc trees for a couple of plugins so Diff
tests 1237.10.5 15 years ago Monty Taylor Plugin tests in plugin dirs. Diff
utilities 1931.2.1 14 years ago David Shrewsbury Move transaction_reader from drizzled/message to t Diff
background_worker.cc 1702.3.3 14 years ago LinuxJedi Fix errors in FreeBSD build 3.4 KB Diff Download File
background_worker.h 1241.9.12 15 years ago Monty Taylor Trims more out of server_includes.h. 1.4 KB Diff Download File
data_dictionary_schema.cc 1273.22.3 15 years ago Jay Pipes Make OSX/FreeBSD happy about size_t != uint64_t != 5.9 KB Diff Download File
data_dictionary_schema.h 1273.13.65 15 years ago Brian Aker Lint fixes. 2.4 KB Diff Download File
hexdump_transaction_message.cc 1702.3.3 14 years ago LinuxJedi Fix errors in FreeBSD build 5.4 KB Diff Download File
hexdump_transaction_message.h 1280.1.10 15 years ago Monty Taylor Put everything in drizzled into drizzled namespace 1.8 KB Diff Download File
module.cc 1897.4.10 14 years ago Monty Taylor Converted transaction_log. 11.1 KB Diff Download File
plugin.am 1931.2.1 14 years ago David Shrewsbury Move transaction_reader from drizzled/message to t 1.6 KB Diff Download File
plugin.ini 1879.2.4 14 years ago Monty Taylor Fixed some overzealous choices. 787 bytes Diff Download File
print_transaction_message.cc 1802.12.1 14 years ago Brian Aker This solves bug lp:654905 We also gain a version 5.8 KB Diff Download File
print_transaction_message.h 1280.1.10 15 years ago Monty Taylor Put everything in drizzled into drizzled namespace 1.7 KB Diff Download File
transaction_log.cc 1856.2.18 14 years ago Joseph Daly code cleanup, test fixes 9.2 KB Diff Download File
transaction_log.h 1726.2.1 14 years ago Vijay Samuel Merge changes to transaction_log. Changed --transa 6.4 KB Diff Download File
transaction_log_applier.cc 1464 14 years ago Brian Aker Merge Jay 4 KB Diff Download File
transaction_log_applier.h 1455.5.1 14 years ago Jay Pipes TransactionLogApplier now manages (frees) memory f 3.2 KB Diff Download File
transaction_log_entry.cc 1336.2.2 15 years ago Jay Pipes NO CODE CHANGES - Simply moves pieces of Replicati 3.1 KB Diff Download File
transaction_log_entry.h 1143.3.4 15 years ago Jay Pipes Adds INFORMATION_SCHEMA views for the transaction 3.3 KB Diff Download File
transaction_log_index.cc 1273.22.2 15 years ago Jay Pipes Merge trunk 4.4 KB Diff Download File
transaction_log_index.h 1273.22.2 15 years ago Jay Pipes Merge trunk 4.5 KB Diff Download File
transaction_log_reader.cc 1702.3.2 14 years ago LinuxJedi Migrate the rest of strerror to strerror_r 6 KB Diff Download File
transaction_log_reader.h 1273.22.1 15 years ago Jay Pipes Completes the blueprint for refactoring applier ou 2.4 KB Diff Download File
write_buffer.cc 1405.5.1 15 years ago Jay Pipes Changes uint8_t * to vector<uint8_t>. 1.7 KB Diff Download File
write_buffer.h 1405.4.12 15 years ago Jay Pipes Fix cpplint header guard. 2.2 KB Diff Download File