1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/storage/myisammrg/mysql-test/storage_engine/truncate_table.rdiff
2012-07-16 06:17:56 +04:00

36 lines
1.1 KiB
Plaintext

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).
> # -------------------------------------------