diff options
Diffstat (limited to 'mysql-test/r/bdb-crash.result')
-rw-r--r-- | mysql-test/r/bdb-crash.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bdb-crash.result b/mysql-test/r/bdb-crash.result index 5079368ea21..8f5b8c08f1d 100644 --- a/mysql-test/r/bdb-crash.result +++ b/mysql-test/r/bdb-crash.result @@ -14,7 +14,7 @@ ChargeTimeStamp varchar(20), PRIMARY KEY (ChargeID), KEY ServiceID (ServiceID), KEY ChargeDate (ChargeDate) -) type=BDB; +) engine=BDB; BEGIN; INSERT INTO t1 VALUES(NULL,1,'2001-03-01',1,1,1,'New',NULL,NULL,'now'); |