mariadb/myisam
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
..
ftbench
.cvsignore
ChangeLog
ft_boolean_search.c merged 2004-11-22 20:15:48 +01:00
ft_eval.c
ft_eval.h
ft_nlq_search.c Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
ft_parser.c don't hang if the text contains illegal characters 2004-10-25 10:23:38 +02:00
ft_static.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
ft_stem.c
ft_stopwords.c
ft_test1.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
ft_test1.h
ft_update.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
ftdefs.h bug in my_strnncoll_utf8 (and friends) fixed 2004-08-30 08:37:36 +02:00
fulltext.h
make-ccc
Makefile.am after merge fix 2004-08-20 22:54:42 +02:00
mi_cache.c
mi_changed.c
mi_check.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_checksum.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_close.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
mi_create.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_dbug.c Merge with global tree 2004-12-19 20:25:19 +02:00
mi_delete.c correct fix for the bug #6151 2004-10-22 22:42:11 +02:00
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_extra.c
mi_info.c
mi_key.c Merge with global tree 2004-12-18 06:05:16 +02:00
mi_keycache.c
mi_locking.c Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 2004-10-07 12:51:32 +03:00
mi_log.c
mi_open.c Merge with global tree 2004-12-18 06:05:16 +02:00
mi_packrec.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_page.c
mi_panic.c
mi_preload.c
mi_range.c Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c
mi_rnext_same.c Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_static.c handler interface cleanups: 2004-06-23 12:29:05 +02:00
mi_statrec.c
mi_test1.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_test2.c
mi_test3.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_test_all.res Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_test_all.sh
mi_unique.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
mi_update.c
mi_write.c Merge with new VARCHAR code 2004-12-06 19:18:35 +02:00
myisam_ftdump.c Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
myisamchk.c Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
myisamdef.h After merge fixes 2004-07-12 07:43:38 +03:00
myisamlog.c Fix skipp -> skip once and for all. 2004-06-03 11:52:54 -05:00
myisampack.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
NEWS
rt_index.c Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
rt_index.h Merging 2004-06-02 19:17:35 +05:00
rt_key.c Merging 2004-06-02 19:17:35 +05:00
rt_key.h Merging 2004-06-02 19:17:35 +05:00
rt_mbr.c Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
rt_mbr.h Merging 2004-06-02 19:17:35 +05:00
rt_split.c Merging 2004-06-02 19:17:35 +05:00
rt_test.c Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sort.c Merge with 4.1 2004-09-06 15:14:10 +03:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO