unknown
9a554b4751
handler interface cleanups:
more logical table/index_flags
return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate
max_keys and other limits renamed to max_supported_keys/etc
max_keys/etc are now wrappers to max_supported_keys/etc
ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
include/myisam.h:
increasing myisam_max_temp_file_length
include/my_base.h:
handler interface cleanup
myisam/mi_static.c:
warning removed
mysql-test/Makefile.am:
followup
mysql-test/r/fulltext.result:
fulltext indexes are not ordered
mysql-test/r/rpl_user_variables.result:
followup
sql/field.cc:
index_flags
sql/filesort.cc:
rnd_init -> ha_rnd_init
rnd_end -> ha_rnd_end
sql/ha_berkeley.cc:
cleanup
sql/ha_berkeley.h:
table/index_flags revamped
sql/ha_heap.cc:
ensure index is accessed only after index_init (esp. important for temp tables)
sql/ha_heap.h:
table/index_flags revamped
sql/ha_innodb.cc:
don't workaround MySQL sloppiness
sql/ha_innodb.h:
table/index_flags revamped
sql/ha_isam.h:
table/index_flags revamped
sql/ha_isammrg.h:
table/index_flags revamped
sql/ha_myisam.cc:
ensure index is accessed only after index_init (esp. important for temp tables)
sql/ha_myisam.h:
table/index_flags revamped
sql/ha_myisammrg.h:
table/index_flags revamped
sql/handler.cc:
handler interface cleanups
sql/handler.h:
handler interface cleanups:
more logical table/index_flags
return HA_ERR_WRONG_COMMAND instead of abstract methods
max_keys and other limits renamed to max_supported_keys/etc
max_keys/etc are now wrappers to max_supported_keys/etc
ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to enforce strict pairing
sql/item_subselect.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/lex.h:
renamed to avoid conflicts
sql/opt_range.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
table/index_flags cleanup
sql/opt_range.h:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/opt_sum.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
table/index_flags cleanup
sql/records.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_acl.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_cache.cc:
cleanup
sql/sql_delete.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_handler.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_help.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_insert.cc:
table/index_flags cleanup
sql/sql_select.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
table/index_flags cleanup
sql/sql_table.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
table/index_flags cleanup
sql/sql_update.cc:
index_init/index_end/rnd_init/rnd_end strict pairing fixed
sql/sql_yacc.yy:
INDEX -> INDEX_SYM
sql/table.cc:
table/index_flags cleanup
2004-06-23 12:29:05 +02:00
..
2004-05-18 09:54:36 -07:00
2004-06-01 23:39:39 +03:00
2003-12-18 18:12:00 +04:00
2004-04-05 13:56:05 +03:00
2004-05-24 14:42:34 +03:00
2004-04-06 21:35:26 +02:00
2004-06-23 12:29:05 +02:00
2004-04-12 01:42:39 +03:00
2004-06-23 12:29:05 +02:00
2004-04-15 09:17:55 +02:00
2004-03-15 16:32:53 +04:00
2004-03-15 16:32:53 +04:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-05-16 14:48:32 +03:00
2004-06-23 12:29:05 +02:00
2004-04-06 21:35:26 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-05-16 14:48:32 +03:00
2004-06-23 12:29:05 +02:00
2004-05-28 12:09:12 +02:00
2004-05-24 12:35:39 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-02-20 23:42:06 +01:00
2004-04-07 04:33:58 +03:00
2004-05-10 23:19:50 +02:00
2004-05-06 19:55:12 +02:00
2004-03-05 00:20:24 +01:00
2004-03-04 23:18:54 +01:00
2004-05-17 01:52:13 +03:00
2004-04-02 10:12:53 +04:00
2004-05-05 02:59:17 -03:00
2004-03-04 08:50:37 +02:00
2004-03-17 14:26:26 +02:00
2004-01-20 20:55:47 +04:00
2004-05-27 17:54:40 +04:00
2004-03-18 15:14:36 +02:00
2004-06-23 12:29:05 +02:00
2004-05-07 23:06:11 +03:00
2004-05-07 23:06:11 +03:00
2004-05-07 23:06:11 +03:00
2004-05-25 02:03:49 +04:00
2004-04-02 10:12:53 +04:00
2004-03-18 15:14:36 +02:00
2004-05-31 14:21:48 +04:00
2004-05-31 14:21:48 +04:00
2004-05-16 14:48:32 +03:00
2004-03-05 19:49:50 +02:00
2004-06-23 12:29:05 +02:00
2004-05-25 02:03:49 +04:00
2004-06-03 23:17:18 +02:00
2004-02-16 10:15:52 +02:00
2004-06-03 23:17:18 +02:00
2004-05-20 00:54:52 +03:00
2004-03-16 22:41:30 +02:00
2004-05-27 20:31:30 +05:00
2004-05-25 02:28:44 +03:00
2004-06-02 00:09:14 +03:00
2004-02-21 14:25:43 +01:00
2004-03-25 23:29:45 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-01 23:58:33 +02:00
2004-05-25 02:03:49 +04:00
2004-05-25 02:03:49 +04:00
2004-06-23 12:29:05 +02:00
2004-05-12 02:38:57 +03:00
2004-06-03 23:19:01 +02:00
2004-06-03 23:17:18 +02:00
2004-06-03 23:19:01 +02:00
2004-05-05 17:05:24 +03:00
2004-06-02 19:17:35 +05:00
2004-05-27 16:32:49 +05:00
2004-06-23 12:29:05 +02:00
2004-05-29 17:52:20 +02:00
2004-05-12 02:38:57 +03:00
2004-05-29 17:52:20 +02:00
2004-05-27 17:54:40 +04:00
2004-06-23 12:29:05 +02:00
2004-03-16 22:41:30 +02:00
2004-06-03 23:19:01 +02:00
2004-06-04 11:02:35 +03:00
2003-12-19 16:34:48 +02:00
2004-05-29 17:52:20 +02:00
2004-06-23 12:29:05 +02:00
2004-04-08 23:28:47 +03:00
2003-12-19 20:52:13 +03:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-05-24 15:48:19 +04:00
2004-06-03 23:17:18 +02:00
2004-03-16 22:41:30 +02:00
2004-05-05 12:31:17 +03:00
2004-03-30 02:32:41 +03:00
2004-06-10 21:18:57 +02:00
2004-05-25 19:52:05 +04:00
2004-04-06 00:10:43 +03:00
2004-03-15 12:53:27 +02:00
2004-02-11 00:06:46 +01:00
2004-06-23 12:29:05 +02:00
2004-05-07 23:06:11 +03:00
2004-05-29 17:52:20 +02:00
2004-05-25 16:05:33 +05:00
2004-05-25 16:05:33 +05:00
2004-06-23 12:29:05 +02:00
2004-05-03 15:55:21 +02:00
2004-03-19 14:35:00 +04:00
2004-05-21 09:31:28 +02:00
2004-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-05-05 17:05:24 +03:00
2004-06-23 12:29:05 +02:00
2004-04-10 01:14:32 +03:00
2004-06-03 11:52:54 -05:00
2003-12-18 17:46:56 +01:00
2003-12-17 17:35:34 +02:00
2004-06-16 12:51:59 +03:00
2004-04-26 21:07:14 +02:00