mariadb/heap
unknown ae4323e0d9 After merge fixes
Added THD to add_to_xxx_list() functions for faster parsing.


heap/_check.c:
  After merge fix
mysql-test/r/distinct.result:
  After merge fix
mysql-test/r/multi_update.result:
  Make timestamp test portable
mysql-test/t/multi_update.test:
  Make timestamp test portable
sql/field.cc:
  After merge fix
sql/item_sum.cc:
  After merge fix
sql/log_event.cc:
  Remove compiler warning
sql/mysql_priv.h:
  Added THD to add_to_list (Faster parsing)
sql/sql_derived.cc:
  Fixed parameters to create_tmp_table()
sql/sql_lex.cc:
  Added THD to add_to_list (Faster parsing)
sql/sql_lex.h:
  Added THD to add_to_list (Faster parsing)
sql/sql_parse.cc:
  Added THD to add_to_list (Faster parsing)
sql/sql_select.cc:
  After merge fixes
  Fixed return values from JOIN::optimize()
  Replaced test_function_query with '!tables_list'
  Optimized arguments to create_tmp_table()
sql/sql_select.h:
  Removed test_function_query variable
  Updated prototypes
sql/sql_union.cc:
  Updated argument lists.
sql/sql_update.cc:
  After merge fixes
sql/sql_yacc.yy:
  Added THD to all add_xxx_to_list() functions
sql/table.h:
  After merge fix
2002-12-06 21:11:27 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
_check.c After merge fixes 2002-12-06 21:11:27 +02: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 fix for NULL processing 2002-11-15 16:45:08 +04: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 Fixed bug when creating keys in temporary HEAP tables. 2002-12-02 17:52:22 +02:00
hp_delete.c Merge with 4.0.6 2002-12-05 19:38:42 +02:00
hp_extra.c Update copyright 2001-12-06 14:10:51 +02:00
hp_hash.c fix for byte ordering bug in HEAP rb-tree 2002-11-19 18:48:22 +04:00
hp_info.c auto_increment for heap tables 2002-10-07 17:49:03 +05:00
hp_open.c Merge with 3.23.54 2002-10-16 13:11:25 +03: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 Stupid bug has been fixed 2002-07-12 13:12:32 +05:00
hp_rkey.c fix for NULL processing 2002-11-15 16:45:08 +04:00
hp_rlast.c Stupid bug has been fixed 2002-07-12 13:12:32 +05:00
hp_rnext.c Heap table code cleanup 2002-05-23 19:26:16 +05:00
hp_rprev.c Heap table code cleanup 2002-05-23 19:26:16 +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 Merge with 4.0.6 2002-12-05 19:38:42 +02:00
hp_static.c Update copyright 2001-12-06 14:10:51 +02:00
hp_test1.c auto_increment for heap tables 2002-10-07 17:49:03 +05:00
hp_test2.c auto_increment for heap tables 2002-10-07 17:49:03 +05:00
hp_update.c Merge with 4.0.6 2002-12-05 19:38:42 +02:00
hp_write.c Merge with 4.0.6 2002-12-05 19:38:42 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am removed redundant -I include-dirs 2002-11-26 14:01:08 +01:00