summaryrefslogtreecommitdiff
path: root/storage/pbxt/mysql-test/main/r/plugin.rdiff
diff options
context:
space:
mode:
Diffstat (limited to 'storage/pbxt/mysql-test/main/r/plugin.rdiff')
-rw-r--r--storage/pbxt/mysql-test/main/r/plugin.rdiff11
1 files changed, 0 insertions, 11 deletions
diff --git a/storage/pbxt/mysql-test/main/r/plugin.rdiff b/storage/pbxt/mysql-test/main/r/plugin.rdiff
deleted file mode 100644
index bb7d9c6675b..00000000000
--- a/storage/pbxt/mysql-test/main/r/plugin.rdiff
+++ /dev/null
@@ -1,11 +0,0 @@
---- r/plugin.result 2011-10-21 23:35:26.000000000 +0200
-+++ r/plugin.reject 2012-02-10 16:13:46.000000000 +0100
-@@ -1,7 +1,7 @@
- CREATE TABLE t1(a int) ENGINE=EXAMPLE;
- Warnings:
- Warning 1286 Unknown storage engine 'EXAMPLE'
--Warning 1266 Using storage engine MyISAM for table 't1'
-+Warning 1266 Using storage engine PBXT for table 't1'
- DROP TABLE t1;
- INSTALL PLUGIN example SONAME 'ha_example.so';
- INSTALL PLUGIN EXAMPLE SONAME 'ha_example.so';