1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-05 08:04:25 +03:00
Files
mariadb/storage/pbxt/mysql-test/main/r/warnings_engine_disabled.rdiff
2012-02-29 21:55:04 +01:00

12 lines
462 B
Plaintext

--- r/warnings_engine_disabled.result 2011-10-21 23:09:08.000000000 +0200
+++ r/warnings_engine_disabled.reject 2012-02-10 16:25:20.000000000 +0100
@@ -1,7 +1,7 @@
create table t1 (id int) engine=InnoDB;
Warnings:
Warning 1286 Unknown storage engine 'InnoDB'
-Warning 1266 Using storage engine MyISAM for table 't1'
+Warning 1266 Using storage engine PBXT for table 't1'
alter table t1 engine=InnoDB;
Warnings:
Warning 1286 Unknown storage engine 'InnoDB'