This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-19 05:22:25 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c16f134be3
mariadb
/
mysql-test
/
t
/
rpl_rotate_logs-slave.sh
3 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix that mysqladmin shutdown can be interrupted with ^C Fixed bug with BLOB keys in BDB tables Fixed problem with MERGE tables on OS with 32 bit files Fixed that TIME_TO_SEC() works with negative times
2001-11-03 14:18:09 +01:00
rm -f
$MYSQL_TEST_DIR
/var/slave-data/master.info
Here comes a nasty patch, although I am not ready to push it yet. I will first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
2002-01-20 03:16:52 +01:00
rm -f
$MYSQL_TEST_DIR
/var/slave-data/*relay*
Reference in a new issue
Copy permalink