mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
changed function name to prevent injection wrong code from 4.1 (WL#2133)
This commit is contained in:
@@ -23,7 +23,7 @@ drop table if exists t1, t2, t3, t4;
|
||||
|
||||
# START SLAVE will fail because it can't read the file (mode 000)
|
||||
# (system error 13)
|
||||
--error 1201
|
||||
--error 1105
|
||||
start slave;
|
||||
system chmod 600 var/slave-data/master.info;
|
||||
# It will fail again because the file is empty so the slave cannot get valuable
|
||||
|
||||
Reference in New Issue
Block a user