1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#31245 Stress test fails on NDB:"Unknow prepared statement handler"

mysql-test/suite/stress/t/ddl_ndb.test:
  The default connection should be "default connection".
  If there is no this statement added, the default connection is server1.
This commit is contained in:
unknown
2007-11-30 09:56:04 +08:00
parent 6bead54df8
commit 93af2d9dc1
3 changed files with 75 additions and 0 deletions

View File

@ -10,6 +10,8 @@
# Storage engine to be used in CREATE TABLE
--source include/have_ndb.inc
connection default;
let $engine_type= NDB;