mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Test fix
This commit is contained in:
parent
eabdcb34ba
commit
43fb868e65
@ -176,8 +176,6 @@ DROP DATABASE IF EXISTS tpcb;
|
|||||||
Warnings:
|
Warnings:
|
||||||
Note 1008 Can't drop database 'tpcb'; database doesn't exist
|
Note 1008 Can't drop database 'tpcb'; database doesn't exist
|
||||||
CREATE DATABASE tpcb;
|
CREATE DATABASE tpcb;
|
||||||
DROP DATABASE IF EXISTS test;
|
|
||||||
CREATE DATABASE test;
|
|
||||||
*********** Create TPCB Tables *****************
|
*********** Create TPCB Tables *****************
|
||||||
CREATE TABLE tpcb.account
|
CREATE TABLE tpcb.account
|
||||||
(id INT, bid INT, balance DECIMAL(10,2),
|
(id INT, bid INT, balance DECIMAL(10,2),
|
||||||
|
@ -206,8 +206,6 @@ ENGINE=NDB;
|
|||||||
###### CLEAN UP SECTION ##############
|
###### CLEAN UP SECTION ##############
|
||||||
DROP DATABASE IF EXISTS tpcb;
|
DROP DATABASE IF EXISTS tpcb;
|
||||||
CREATE DATABASE tpcb;
|
CREATE DATABASE tpcb;
|
||||||
DROP DATABASE IF EXISTS test;
|
|
||||||
CREATE DATABASE test;
|
|
||||||
######## Creat Table Section #########
|
######## Creat Table Section #########
|
||||||
--echo *********** Create TPCB Tables *****************
|
--echo *********** Create TPCB Tables *****************
|
||||||
CREATE TABLE tpcb.account
|
CREATE TABLE tpcb.account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user