diff options
author | monty@mysql.com <> | 2003-11-25 23:14:49 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-25 23:14:49 +0200 |
commit | b7de8a0bc6f928bd24c9ae516d66ffa4a17eb442 (patch) | |
tree | 9195a5811b3ebe2cac4deabaecafb7f84a4ffd1b /myisam | |
parent | 19845c6b1f510c306c938f4c45f14762d1882857 (diff) | |
download | mariadb-git-b7de8a0bc6f928bd24c9ae516d66ffa4a17eb442.tar.gz |
Change to use real_sleep to make test work in build environment
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_extra.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/myisam/mi_extra.c b/myisam/mi_extra.c index fcc753b62e5..10f52f1e39a 100644 --- a/myisam/mi_extra.c +++ b/myisam/mi_extra.c @@ -33,15 +33,11 @@ Used when function is one of: HA_EXTRA_WRITE_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 - 0 ok + RETURN VALUES + 0 ok + # error */ - int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg) { int error=0; |