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:
Sergey Petrunia 2009-06-24 00:06:13 +04:00
commit c4922cbf10
4 changed files with 167 additions and 1 deletions

View file

@ -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",