mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
fix a mysql-5.5.50 merge: mysqlcheck
quote identifiers correctly
This commit is contained in:
parent
95bf696d2c
commit
a482e76e65
3 changed files with 12 additions and 2 deletions
|
|
@ -350,3 +350,8 @@ create table t1(a int);
|
|||
--exec $MYSQL_CHECK --process-views --check-upgrade --auto-repair test
|
||||
drop view v1;
|
||||
drop table t1;
|
||||
|
||||
create table `#mysql50#t1``1` (a int) engine=myisam;
|
||||
--exec $MYSQL_CHECK --fix-table-names --databases test
|
||||
show tables;
|
||||
drop table `t1``1`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue