mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
sql_select.cc:
Postfix for bug#22331 for windows platform. explain.test, explain.result: Cleanup after bugfix#22331.
This commit is contained in:
parent
8936e53fca
commit
999c1cdcc1
3 changed files with 3 additions and 1 deletions
|
|
@ -85,4 +85,5 @@ id select_type table type possible_keys key key_len ref rows Extra
|
|||
1 SIMPLE t1 system NULL NULL NULL NULL 1
|
||||
Warnings:
|
||||
Note 1003 select `test`.`t1`.`f1` AS `f1`,`test`.`t1`.`f2` AS `f2` from `test`.`t1` having 1
|
||||
drop view v1;
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue