mariadb/client
unknown 3f4eaf57e9 Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database
The combination of --single-transaction and --master-data requires
START TRANSACTION WITH CONSISTENT SNAPSHOT which is available from
mysqld 4.1 on. When trying this against an older server, print
diagnostic, then, if --force is not given, abort.

No test-case given since it would require a mysqld < 4.1.


client/mysqldump.c:
  Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database
  
  The combination of --single-transaction and --master-data requires
  START TRANSACTION WITH CONSISTENT SNAPSHOT which is available from
  mysqld 4.1 on. When trying this against an older server, print
  diagnostic, then, if --force is not given, abort.
2007-10-04 08:27:03 +02:00
..
.cvsignore
client_priv.h Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-08-25 12:08:26 +03:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h
echo.c Workaround for problem where cygwin's bash/sh randomly fails with error 128 which 2007-02-16 15:19:38 +01:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint 2006-11-02 16:25:01 +04:00
mysqladmin.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlbinlog.cc Fix for bug #18351: mysqlbinlog does not set default charset? 2006-05-04 15:34:20 +05:00
mysqlcheck.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqldump.c Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database 2007-10-04 08:27:03 +02:00
mysqlimport.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqltest.c Move code after variable delcaration 2007-06-01 19:57:26 +02:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc a compiler must see '#pragma implementation' *before* 2005-06-05 19:38:52 +02:00
sql_string.h Add ifdefs to control when "#pragma implementation" should be used 2005-05-26 12:09:14 +02:00