mariadb/client
90d4b21d1d BUG#43579 mysql_upgrade tries to alter log tables on replicated database
All statements executed by mysql_upgrade are binlogged and then are replicated to slave.
This will result in some errors. The report of this bug has demonstrated some examples.

Master and slave should be upgraded separately. All statements executed by
mysql_upgrade will not be binlogged. 
--write-binlog and --skip-write-binlog options are added into mysql_upgrade. 
These options control whether sql statements are binlogged or not.
2009-09-28 14:24:19 +08:00
..
.cvsignore
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c
Makefile.am Auto-merge 2009-07-31 15:28:15 -04:00
my_readline.h Manual merge. 2009-03-18 11:27:49 +03:00
mysql.cc Bug #43414 Parenthesis (and other) warnings compiling MySQL 2009-09-23 15:21:29 +02:00
mysql_upgrade.c BUG#43579 mysql_upgrade tries to alter log tables on replicated database 2009-09-28 14:24:19 +08:00
mysqladmin.cc manual merge 2009-08-31 12:40:33 -07:00
mysqlbinlog.cc Merge bug fixes 2009-07-13 12:11:16 -07:00
mysqlcheck.c BUG#43579 mysql_upgrade tries to alter log tables on replicated database 2009-09-28 14:24:19 +08:00
mysqldump.c Fix for a few assorted compiler warnings. 2009-08-28 12:06:59 -03:00
mysqlimport.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqlshow.c Fix compilation failures: get rid of C++ specifics in C-code. 2009-06-03 15:18:12 +04:00
mysqlslap.c Bug #43414 Parenthesis (and other) warnings compiling MySQL 2009-09-23 15:21:29 +02:00
mysqltest.cc automerge 2009-09-23 11:31:18 +03:00
readline.cc Manual merge. 2009-03-18 11:27:49 +03:00
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h