mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
discovery using sql CREATE TABLE statement
This commit is contained in:
parent
474f45b3dc
commit
4853c7192d
13 changed files with 343 additions and 217 deletions
|
|
@ -12846,5 +12846,5 @@ Table Create Table
|
|||
t1 CREATE TEMPORARY TABLE `t1` (
|
||||
`a` int(11) DEFAULT NULL,
|
||||
`b` varchar(10) DEFAULT NULL
|
||||
) ENGINE=ARCHIVE DEFAULT CHARSET=latin1
|
||||
) ENGINE=ARCHIVE DEFAULT CHARSET=latin1 DELAY_KEY_WRITE=1
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue