1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

auto-merge 5.1-bugteam (local) --> 5.1-bugteam

This commit is contained in:
Alfranio Correia
2009-05-21 09:36:38 +01:00
5 changed files with 23 additions and 9 deletions

View File

@@ -3,4 +3,4 @@ MASTER_CONNECT_RETRY=1,
MASTER_HOST='127.0.0.1',
MASTER_PORT=MASTER_MYPORT;
START SLAVE;
Unable to use slave's temporary directory ../../../error - Can't read dir of '../../../error' (Errcode: 2)
12

View File

@@ -20,5 +20,5 @@ eval CHANGE MASTER TO MASTER_USER='root',
START SLAVE;
source include/wait_for_slave_sql_to_stop.inc;
let $error=query_get_value("show slave status", Last_SQL_Error, 1);
echo $error;
let $errno=query_get_value("show slave status", Last_SQL_Errno, 1);
echo $errno;