1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-11: Generic storage engine test suite

This commit is contained in:
Elena Stepanova
2012-07-16 06:17:56 +04:00
parent 403cac0fe7
commit 72a5542f0e
405 changed files with 36013 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
12c12
< t1 # # # # # # # # # 1 # # # # # # #
---
> t1 # # # # # # # # # 0 # # # # # # #
16c16
< t1 # # # # # # # # # 4 # # # # # # #
---
> t1 # # # # # # # # # 0 # # # # # # #
20c20
< t1 # # # # # # # # # 1 # # # # # # #
---
> t1 # # # # # # # # # 0 # # # # # # #
24c24
< t1 # # # # # # # # # 2 # # # # # # #
---
> t1 # # # # # # # # # 0 # # # # # # #
32,40c32,39
< HANDLER h1 READ FIRST;
< a b
< 1 a
< TRUNCATE TABLE t1;
< HANDLER h1 READ NEXT;
< ERROR 42S02: Unknown table 'h1' in HANDLER
< HANDLER t1 OPEN AS h2;
< HANDLER h2 READ FIRST;
< a b
---
> ERROR HY000: Table storage engine for 'h1' doesn't have this option
> # ------------ UNEXPECTED RESULT ------------
> # The statement|command finished with ER_ILLEGAL_HA.
> # HANDLER or the syntax or the mix could be unsupported.
> # You can change the engine code, or create an rdiff, or disable the test by adding it to disabled.def.
> # Further in this test, the message might sometimes be suppressed; a part of the test might be skipped.
> # Also, this problem may cause a chain effect (more errors of different kinds in the test).
> # -------------------------------------------