1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix a mysql-5.5.50 merge: mysqlcheck

quote identifiers correctly
This commit is contained in:
Sergei Golubchik
2016-06-20 16:12:54 +02:00
parent 95bf696d2c
commit a482e76e65
3 changed files with 12 additions and 2 deletions

View File

@ -339,3 +339,8 @@ Repairing views
test.v1 OK
drop view v1;
drop table t1;
create table `#mysql50#t1``1` (a int) engine=myisam;
show tables;
Tables_in_test
t1`1
drop table `t1``1`;