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

12 lines
410 B
Plaintext

--- r/create_not_windows.result 2011-10-21 23:09:08.000000000 +0200
+++ r/create_not_windows.reject 2012-02-10 15:21:01.000000000 +0100
@@ -10,7 +10,7 @@
`_id` int(11) NOT NULL AUTO_INCREMENT,
`about:text` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`_id`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=PBXT DEFAULT CHARSET=latin1
drop table `about:text`;
use test;
drop table if exists t1;