1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
unknown 0690410310 Merge with global tree
Fixed some found bugs in BIT fields
Added more test cases for BIT fields and varchar


include/my_base.h:
  Merge
  Added HA_BIT_PART for easier test in key.cc
innobase/os/os0proc.c:
  Fixed typo
myisam/mi_dbug.c:
  Add printing of BIT types when debugging
mysql-test/r/show_check.result:
  Set 'Avg_row_length' to # as this value is different between 32 and 64 bit machines
mysql-test/r/type_bit.result:
  More tests
mysql-test/r/type_varchar.result:
  More tests
mysql-test/t/show_check.test:
  Set 'Avg_row_length' to # as this value is different between 32 and 64 bit machines
mysql-test/t/type_bit.test:
  More tests
mysql-test/t/type_varchar.test:
  More tests
sql/field.cc:
  Added Field::val_int_as_str() to get better logging of bit fields
  Merged new_key_field with move_field() to fix some problems with bit fields
  Fixed some bugs with bit fields
sql/field.h:
  Added Field::val_int_as_str() to get better logging of bit fields
  Merged new_key_field with move_field() to fix some problems with bit fields
  Fixed some bugs with bit fields
sql/ha_myisam.cc:
  Fixed problem with unintialized memory (not critical)
sql/key.cc:
  Fix so that 'key_cmp_if_same' works with bit fields.
sql/opt_range.cc:
  Move declarations first in function
  Nice printing of bit fields in debug log
sql/sql_prepare.cc:
  Fixed old merge error (not critical)
sql/sql_select.cc:
  Use new interface to new_key_field
sql/sql_select.h:
  Use new interface to new_key_fields()
  This fixes a bug with BIT fields where the upper bit of the data was not stored in the key buffer
sql/structs.h:
  Extend key_part_flag to be able to add HA_BIT_PART to it
sql/table.cc:
  Mark BIT key parts with HA_BIT_PART to make test in key.cc simpler
2004-12-19 20:25:19 +02:00
..
2004-12-06 19:18:35 +02:00
2004-06-30 22:18:41 -05:00
2004-02-16 18:53:00 +01:00
2004-10-07 10:50:13 +03:00
2004-05-25 22:00:14 +03:00
2004-05-25 22:00:14 +03:00
2004-12-17 18:06:05 +04:00
2004-12-19 20:25:19 +02:00
2004-06-14 11:18:56 +04:00
2004-11-15 19:27:06 +01:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2004-12-17 18:06:05 +04:00
2004-11-17 14:38:01 +01:00
2003-04-30 12:32:43 +02:00
2004-03-18 00:09:13 +02:00
2003-02-28 14:32:40 +02:00
2004-10-06 19:14:33 +03:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2004-12-17 18:06:05 +04:00
2004-12-18 00:17:25 +03:00
2004-05-25 22:00:14 +03:00
2003-03-16 19:17:54 +02:00
2004-06-18 04:38:58 +03:00