Commit f1ecbe62 authored by unknown's avatar unknown

Merge mysql.com:/M50/clone-5.0 into mysql.com:/M50/push-5.0

parents 1f9f1229 0154ae54
...@@ -10,5 +10,8 @@ ...@@ -10,5 +10,8 @@
# #
############################################################################## ##############################################################################
sp-goto:GOTO is currently is disabled - will be fixed in the future sp-goto : GOTO is currently is disabled - will be fixed in the future
rpl_relayrotate : Unstable test case, bug#12429
rpl_until : Unstable test case, bug#12429
rpl_deadlock : Unstable test case, bug#12429
kill : Unstable test case, bug#9712
...@@ -650,7 +650,9 @@ int ha_tina::rnd_init(bool scan) ...@@ -650,7 +650,9 @@ int ha_tina::rnd_init(bool scan)
current_position= next_position= 0; current_position= next_position= 0;
records= 0; records= 0;
chain_ptr= chain; chain_ptr= chain;
#ifdef MADV_SEQUENTIAL
(void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL); (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL);
#endif
DBUG_RETURN(0); DBUG_RETURN(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