1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fix some quoting in error messages

add_identifier change comes from 5.7, everything else is a follow-up
This commit is contained in:
Sergei Golubchik
2016-09-14 15:23:59 +02:00
parent ea3262dc71
commit c8b3244703
15 changed files with 141 additions and 146 deletions

View File

@@ -42,7 +42,7 @@ t1 CREATE TABLE `t1` (
PRIMARY KEY (`pk`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 `PAGE_COMPRESSED`=1 `ENCRYPTED`=YES `ENCRYPTION_KEY_ID`=4
SELECT * FROM t1;
ERROR HY000: Tablespace has been discarded for table 't1'
ERROR HY000: Tablespace has been discarded for table `t1`
# Tablespaces should be still encrypted
# t1 yes on expecting NOT FOUND
NOT FOUND /foobar/ in t1.ibd