From 681a4a3a2467a706ca677bbf52712dfee1c952e3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Aug 2005 01:02:40 +0200 Subject: [PATCH 1/2] ha_tina.cc: Some lack madvice() sql/examples/ha_tina.cc: Some lack madvice() --- sql/examples/ha_tina.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc index 1e2751f3016..26cd3d2a07e 100644 --- a/sql/examples/ha_tina.cc +++ b/sql/examples/ha_tina.cc @@ -650,7 +650,9 @@ int ha_tina::rnd_init(bool scan) current_position= next_position= 0; records= 0; chain_ptr= chain; +#ifdef MADV_SEQUENTIAL (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL); +#endif DBUG_RETURN(0); } From 0154ae5443f272ea0915ec47581167f6aa37cb15 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Aug 2005 02:27:52 +0200 Subject: [PATCH 2/2] disabled.def: Disabled unstable tests, bugs filed mysql-test/t/disabled.def: Disabled unstable tests, bugs filed --- mysql-test/t/disabled.def | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 60543fe55f9..fe95a543fb5 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -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