summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-11-06 19:39:13 -0700
committerunknown <sasha@mysql.sashanet.com>2000-11-06 19:39:13 -0700
commitae72872965a61688a2360477797f160dec8869a2 (patch)
treef165c573e30544964d89e3a5e99c270fef4686b1 /sql/sql_repl.cc
parente07aa7950e26cfe322973e1690448046ec012b9f (diff)
downloadmariadb-git-ae72872965a61688a2360477797f160dec8869a2.tar.gz
sql/item_strfunc.cc
fixed coredump in concat_ws sql/item_strfunc.h fixed coredump in concat_ws sql/mini_client.cc added mc_mysql_error() sql/mini_client.h added mc_mysql_errno() sql/mysqlbinlog.cc fixed bug in --postion for local files sql/slave.cc more verbose message on bad net reads sql/sql_repl.cc send errno on error in mysql_binlog_send sql/item_strfunc.cc: fixed coredump in concat_ws sql/item_strfunc.h: fixed coredump in concat_ws sql/mini_client.cc: added mc_mysql_error() sql/mini_client.h: added mc_mysql_errno() sql/mysqlbinlog.cc: fixed bug in --postion for local files BitKeeper/etc/ignore: Added client/.mysqladmin.c.swp to the ignore list sql/slave.cc: more verbose message on bad net reads sql/sql_repl.cc: send errno on error in mysql_binlog_send
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index b2c3999f92d..3dc9514476b 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -466,7 +466,7 @@ sweepstakes if you report the bug";
pthread_mutex_unlock(&LOCK_thread_count);
if(log)
(void) my_fclose(log, MYF(MY_WME));
- send_error(&thd->net, 0, errmsg);
+ send_error(&thd->net, my_errno, errmsg);
DBUG_VOID_RETURN;
}