mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
68e548df3d
ChangeSet@1.2565, 2008-03-11 20:20:49+01:00 Merge five.local.lan:/work/merge/mysql-5.0-funcs_1 into five.local.lan:/work/merge/mysql-5.1-funcs_1 MERGE: 1.1810.3473.26 ChangeSet@1.1810.3473.26, 2008-03-11 19:54:35+01:00 Post fix for WL#4203 Reorganize and fix the data dictionary tests of testsuite funcs_1 The final fix of Bug#34532 Some funcs_1 tests do not clean up at end of testing and some minor additional modifications are for happens here
18 lines
420 B
Text
18 lines
420 B
Text
#### suite/funcs_1/t/ndb_bitdata.test
|
|
|
|
# NDB tables should be used
|
|
#
|
|
# 1. Check if InnoDB is available
|
|
--source include/have_ndb.inc
|
|
# 2. Set $engine_type
|
|
let $engine_type= ndb;
|
|
|
|
let $message= NOT YET IMPLEMENTED: bitdata tests;
|
|
--source include/show_msg80.inc
|
|
exit;
|
|
|
|
# Create some objects needed in many testcases
|
|
USE test;
|
|
--source suite/funcs_1/include/ndb_tb4.inc
|
|
|
|
--source suite/funcs_1/bitdata/bitdata_master.test
|