summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-04-15 22:04:16 +0300
committerunknown <monty@mashka.mysql.fi>2003-04-15 22:04:16 +0300
commit3ac05ea4812531bd213de6b35508d7da0a679378 (patch)
tree59cab832c43f9b1e9dcb2b6d434d33955fd2c07e /sql/sql_show.cc
parent909596e030134e96a4cb403c92ed57570b6b7157 (diff)
downloadmariadb-git-3ac05ea4812531bd213de6b35508d7da0a679378.tar.gz
Fixed bug in SUM() with NULL:s
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows include/my_global.h: Added replication flags from 4.1 mysql-test/r/func_group.result: Added test for SUM(NULL) mysql-test/t/func_group.test: Added test for SUM(NULL) sql/item_sum.cc: Fixed bug in SUM() with NULL:s sql/item_sum.h: Fixed bug in SUM() with NULL:s sql/mysqld.cc: Added option --symbolic-links Fixed bug in symbolic link handling on Windows sql/net_serv.cc: Code cleanup sql/sql_acl.cc: Added logging of warnings for failed connections with ssl. sql/sql_show.cc: Changed to use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 6e1cf2e8217..881e59ca53d 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -1225,7 +1225,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables,
case SHOW_RPL_STATUS:
net_store_data(&packet2, rpl_status_type[(int)rpl_status]);
break;
-#ifndef EMBEDDED_LIBRARY
+#ifdef HAVE_REPLICATION
case SHOW_SLAVE_RUNNING:
{
LOCK_ACTIVE_MI;