1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
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-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-06-23 12:29:05 +02:00
2004-04-12 01:42:39 +03:00
2004-06-23 12:29:05 +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-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-06-23 12:29:05 +02:00
2004-06-23 12:29:05 +02:00
2004-04-07 04:33:58 +03:00
2004-05-10 23:19:50 +02:00
2004-03-04 23:18:54 +01:00
2004-05-17 01:52:13 +03:00
2004-03-04 08:50:37 +02:00
2004-01-20 20:55:47 +04:00
2004-06-23 12:29:05 +02: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-03-16 22:41:30 +02: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-23 12:29:05 +02:00
2004-05-12 02:38:57 +03: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-12 02:38:57 +03:00
2004-06-23 12:29:05 +02:00
2004-03-16 22:41:30 +02:00
2003-12-19 16:34:48 +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-03-16 22:41:30 +02:00
2004-03-30 02:32:41 +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-25 16:05:33 +05:00
2004-05-25 16:05:33 +05:00
2004-06-23 12:29:05 +02:00
2004-03-19 14:35:00 +04: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-17 17:35:34 +02:00
2004-06-16 12:51:59 +03:00
2004-04-26 21:07:14 +02:00