Commit c766c8f4 authored by monty@mysql.com's avatar monty@mysql.com

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

into mysql.com:/my/mysql-4.1
parents dc95a025 b7de8a0b
...@@ -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 RETURN VALUES
If extra_arg is 0, then the default cache size is used. 0 ok
HA_EXTRA_BULK_INSERT_FLUSH # error
extra_arg is a a pointer to which index to flush (uint*)
RETURN VALUES
0 ok
*/ */
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