mariadb/myisam
unknown 08526ba32d Changes for new binary .frm format
Fixes after last merge from 4.0.
(Code not yet complete, need anoter merge from 4.0)


heap/hp_write.c:
  cleanup
myisam/ft_boolean_search.c:
  Fixed tree handling to new format
mysql-test/r/alter_table.result:
  SHOW FULL COLUMN FROM TABLE now returns comment
mysql-test/r/func_math.result:
  Updated results
mysql-test/r/heap_btree.result:
  Portability fix
mysql-test/r/isam.result:
  SHOW FULL COLUMN FROM TABLE now returns comment
mysql-test/r/show_check.result:
  SHOW FULL COLUMN FROM TABLE now returns comment
mysql-test/t/heap_btree.test:
  Portability fix
mysql-test/t/show_check.test:
  SHOW FULL COLUMN FROM TABLE now returns comment
sql/field.cc:
  Fix for comment handling
sql/field.h:
  Added CHARSET_INFO to field structure
sql/item_cmpfunc.cc:
  Fixed like to use system charset (need to be updated)
sql/item_func.cc:
  Update to new charset handling
sql/mysql_priv.h:
  cleanup
sql/sql_base.cc:
  Added charset to HA_CREATE_INFO
sql/sql_delete.cc:
  Added charset to HA_CREATE_INFO
sql/sql_parse.cc:
  Added charset to HA_CREATE_INFO
sql/sql_select.cc:
  cleanup
sql/sql_show.cc:
  charset change
sql/sql_string.h:
  cleanup
sql/sql_table.cc:
  cleanup
sql/sql_yacc.yy:
  Go back to old code for ALTER table ... MODIFY
sql/table.cc:
  fixed comment handling
sql/unireg.cc:
  new field format
2002-06-04 08:23:57 +03:00
..
.cvsignore This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_boolean_search.c Changes for new binary .frm format 2002-06-04 08:23:57 +03:00
ft_dump.c merge with 4.0 2002-06-03 12:59:31 +03:00
ft_eval.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
ft_eval.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
ft_nlq_search.c merge with 4.0 2002-06-03 12:59:31 +03:00
ft_parser.c merge with 4.0 2002-06-03 12:59:31 +03:00
ft_static.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
ft_stem.c Update copyright 2001-12-06 14:10:51 +02:00
ft_stopwords.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
ft_test1.c merge with 4.0 2002-06-03 12:59:31 +03:00
ft_test1.h Update copyright 2001-12-06 14:10:51 +02:00
ft_update.c merge with 4.0 2002-06-03 12:59:31 +03:00
ftdefs.h merge with 4.0 2002-06-03 12:59:31 +03:00
fulltext.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_cache.c Update copyright 2001-12-06 14:10:51 +02:00
mi_changed.c Update copyright 2001-12-06 14:10:51 +02:00
mi_check.c merge with 4.0 2002-06-03 12:59:31 +03:00
mi_checksum.c Update copyright 2001-12-06 14:10:51 +02:00
mi_close.c Update copyright 2001-12-06 14:10:51 +02:00
mi_create.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_dbug.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_delete.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_delete_all.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete_table.c Update copyright 2001-12-06 14:10:51 +02:00
mi_dynrec.c Fix for MyISAM records > 16M 2001-12-11 20:45:48 +02:00
mi_extra.c Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
mi_info.c Update copyright 2001-12-06 14:10:51 +02:00
mi_key.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_locking.c Update copyright 2001-12-06 14:10:51 +02:00
mi_log.c Update copyright 2001-12-06 14:10:51 +02:00
mi_open.c Fixed problem in fulltest testcase 2002-05-22 18:51:21 +03:00
mi_packrec.c Update copyright 2001-12-06 14:10:51 +02:00
mi_page.c Update copyright 2001-12-06 14:10:51 +02:00
mi_panic.c Update copyright 2001-12-06 14:10:51 +02:00
mi_range.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_rename.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rfirst.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rkey.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rnext.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_rnext_same.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_rprev.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsamepos.c Update copyright 2001-12-06 14:10:51 +02:00
mi_scan.c Update copyright 2001-12-06 14:10:51 +02:00
mi_search.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_static.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_statrec.c Update copyright 2001-12-06 14:10:51 +02:00
mi_test1.c merge with 4.0 2002-06-03 12:59:31 +03:00
mi_test2.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_test3.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_test_all.res Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_test_all.sh Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_unique.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_update.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
mi_write.c merge with 4.0 2002-06-03 12:59:31 +03:00
myisamchk.c merge with 4.0 2002-06-03 12:59:31 +03:00
myisamdef.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
myisamlog.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
myisampack.c merge with 4.0 2002-06-03 12:59:31 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
rt_index.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_index.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_key.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_key.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_mbr.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
rt_mbr.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
rt_split.c This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_test.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
sort.c init_dynamic_array MyODBC compatibility fix 2002-04-28 21:22:37 +00:00
sp_defs.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
sp_key.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
sp_test.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00