mariadb/heap
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 Import changeset 2000-07-31 21:29:14 +02:00
_check.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
_rectest.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
ChangeLog Import changeset 2000-07-31 21:29:14 +02:00
heapdef.h BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_block.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_clear.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_close.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_create.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_delete.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_extra.c Update copyright 2001-12-06 14:10:51 +02:00
hp_hash.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_info.c Update copyright 2001-12-06 14:10:51 +02:00
hp_open.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_panic.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_rename.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_rfirst.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_rkey.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_rlast.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_rnext.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_rprev.c BTREE heap key structure is now the same as MyISAM 2002-05-21 21:54:08 +05:00
hp_rrnd.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_rsame.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_scan.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_static.c Update copyright 2001-12-06 14:10:51 +02:00
hp_test1.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
hp_test2.c Index number argument 2002-04-29 13:53:29 +05:00
hp_update.c RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
hp_write.c Changes for new binary .frm format 2002-06-04 08:23:57 +03:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am got --with-other-libc to work, finally 2001-04-02 19:01:15 -06:00