mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge bk-internal:/home/bk/mysql-3.23/
into serg.mysql.com:/usr/home/serg/Abk/mysql
This commit is contained in:
@@ -1500,7 +1500,7 @@ int main(int argc, char **argv)
|
||||
else
|
||||
{
|
||||
row = mysql_fetch_row(master);
|
||||
if(row[0] && row[1]) {
|
||||
if(row && row[0] && row[1]) {
|
||||
fprintf(md_result_file,
|
||||
"\n--\n-- Position to start replication from\n--\n\n");
|
||||
fprintf(md_result_file,
|
||||
|
||||
Reference in New Issue
Block a user