1
0
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:
bell@sanja.is.com.ua
2004-10-20 16:06:54 +03:00
parent 4714a6e744
commit d409547de4
9 changed files with 39 additions and 45 deletions

View File

@@ -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