Commit 8fd94c88 authored by unknown's avatar unknown

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/my/mysql-4.1


mysql-test/r/rpl_change_master.result:
  Auto merged
mysql-test/t/rpl_change_master.test:
  Auto merged
parents aec7248c 3f52f20d
...@@ -33,15 +33,11 @@ ...@@ -33,15 +33,11 @@
Used when function is one of: Used when function is one of:
HA_EXTRA_WRITE_CACHE HA_EXTRA_WRITE_CACHE
HA_EXTRA_CACHE HA_EXTRA_CACHE
HA_EXTRA_BULK_INSERT_BEGIN
If extra_arg is 0, then the default cache size is used.
HA_EXTRA_BULK_INSERT_FLUSH
extra_arg is a a pointer to which index to flush (uint*)
RETURN VALUES RETURN VALUES
0 ok 0 ok
# error
*/ */
int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg) int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg)
{ {
int error=0; int error=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment