1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #56753 mtr silently ignores junk after backticks

When stepping backward to end of `` expression, check for illegal chars
This commit is contained in:
Bjorn Munch
2010-09-15 14:56:22 +02:00
parent 64ae6d4a7e
commit 6ff48a61f2
5 changed files with 29 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ copy_file $fake_relay_log $_fake_relay_log;
if (`SELECT LENGTH(@@secure_file_priv) > 0`)
{
-- let $_file_priv_dir= `SELECT @@secure_file_priv`;
-- let $_file_priv_dir= `SELECT @@secure_file_priv`
-- let $_suffix= `SELECT UUID()`
-- let $_tmp_file= $_file_priv_dir/fake-index.$_suffix