mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#4084: Code changes due to enabled the disabled tests (including other improvements).
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#### suite/funcs_1/t/ndb_bitdata.test
|
||||
|
||||
# InnoDB tables should be used
|
||||
# NDB tables should be used
|
||||
#
|
||||
# 1. Check if InnoDB is available
|
||||
--source include/have_ndb.inc
|
||||
@ -18,16 +18,12 @@ let $engine_type= ndb;
|
||||
|
||||
eval SET @NO_REFRESH = IF( '$NO_REFRESH' = '', 0, 1);
|
||||
|
||||
# FIXME Replace the following, when "if" for mysqltest is available
|
||||
let $run= `SELECT @NO_REFRESH = 0`;
|
||||
while ($run)
|
||||
if ($run)
|
||||
{
|
||||
|
||||
# Create some objects needed in many testcases
|
||||
USE test;
|
||||
--source suite/funcs_1/include/ndb_tb4.inc
|
||||
|
||||
let $run= 0;
|
||||
}
|
||||
|
||||
--source suite/funcs_1/bitdata/bitdata_master.test
|
||||
|
Reference in New Issue
Block a user