mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MWL#17: Table elimination
- More testcases - Let add_ft_key() set keyuse->usable mysql-test/r/table_elim.result: MWL#17: Table elimination - More testcases mysql-test/t/table_elim.test: MWL#17: Table elimination - More testcases sql/sql_select.cc: MWL#17: Table elimination - Let add_ft_key() set keyuse->usable
This commit is contained in:
parent
9e65634b23
commit
c4922cbf10
4 changed files with 167 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ do_many($dbh,$server->create("elim_attr1",
|
|||
["primary key (id)",
|
||||
"key (attr1)"]));
|
||||
|
||||
# Attribute1, time-versioned
|
||||
# Attribute2, time-versioned
|
||||
do_many($dbh,$server->create("elim_attr2",
|
||||
["id integer",
|
||||
"attr2 integer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue