mariadb/client
unknown 8d18ae3986 a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS
in tests after the last 4.1->5.0 merge, and:
*** The same as ChangeSet@1.1822.1.1, 2004-05-14 23:08:03+02:00, guilhem@mysql.com of MySQL 4.0 ***
  Replication testsuite: making the master-slave synchronization less likely to fail,
  by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL
  in sync_with_master and sync_slave_with_master.
  The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test,
  but may affect 4.x as well, so I fixed 4.x too. Note that I am also fixing
  5.0, with the same exact patch, because I don't want to leave 5.0 broken
  until the next 4.0->4.1->5.0 merge.


client/mysqltest.c:
  in sync_with_master (and sync_slave_with_master), if MASTER_POS_WAIT() returns NULL,
  it may be that the slave SQL thread did not have time to start yes, so we sleep
  1 sec and retry, 4 times at most.
mysql-test/r/rpl_server_id2.result:
  result update
mysql-test/t/rpl_server_id2.test:
   master_slave.inc already drops the table
sql/slave.cc:
  gcc compiler complained that the default value of skip_lock was specified in slave.h AND slave.cc
2004-05-14 23:19:42 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h After merge fixes 2004-04-27 15:33:40 +03:00
completion_hash.cc upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
mysqladmin.c merge fixes (use old code) 2004-03-18 00:16:04 +02:00
mysqlbinlog.cc Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.cc 2004-04-28 12:08:54 +02:00
mysqlcheck.c Fix to handle unsigned data in prepared statements (Bug #3447) 2004-05-04 15:02:38 +03:00
mysqldump.c after merge fixes 2004-05-05 21:24:21 +03:00
mysqlimport.c mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc: 2004-02-11 15:15:39 +04:00
mysqlmanager-pwgen.c consistency fix - all help texts for command-line options should end with a dot. 2003-06-13 10:59:02 +02:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c consistency fix - all help texts for command-line options should end with a dot. 2003-06-13 10:59:02 +02:00
mysqltest.c a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS 2004-05-14 23:19:42 +02:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_string.cc just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
sql_string.h Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol 2003-06-14 11:37:42 +03:00