- 15 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
thd->enter_cond() and exit_cond(), so that the I/O thread accepts to stop when it's waiting for relay log space. Reset ignore_log_space_limit to 0 when the SQL thread terminates.
-
- 14 Jun, 2003 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Could not add a testcase for this: if the test goes into a MASTER_POS_WAIT, it waits until this terminates (even doing "connection other_con" to launch "stop slave" is blocked). - In MASTER_POS_WAIT() don't test if the I/O slave is running, but if the SQL thread is running. - Some DBUG info for this bugfix.
-
jani@rhols221.adsl.netsonic.fi authored
if one is running many mysqlds through mysqld_multi, for example. Without this option, on Linux one mysqld_safe process may kill other mysqlds as well, if started using the same binary and path.
-
- 12 Jun, 2003 8 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
monty@narttu.mysql.fi authored
-
lenz@mysql.com authored
define a different niceness level in my.cnf (Bug #627)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
- 11 Jun, 2003 4 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
Item_extract needs special implementation for eq(). Item_func::eq doesn't work correctly because we have to compare Item_extract::int_type parameters also We need to propagate this to 4.1
-
lenz@mysql.com authored
to accept --socket option (Bug #592)
-
lenz@mysql.com authored
-
- 10 Jun, 2003 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
support issue with an unclear message which can have N reasons for appearing. This should help us know at which point it failed, and get the errno when my_open was involved (as the reason for the unclear message is often a permission problem). RESET SLAVE resets last_error and last_errno in SHOW SLAVE STATUS (without this, rpl_loaddata.test, which is expected to generate an error in last_error, influenced rpl_log_pos.test). A small test update. Added STOP SLAVE to mysql-test-run to get rid of several stupid error messages which are printed while the master restarts and the slave attempts/manages to connect to it and sends it nonsense binlog requests.
-
monty@narttu.mysql.fi authored
Added option --gdb Free memory used by replicate_xxx and binglog_xxx options
-
- 06 Jun, 2003 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
we now make a distinction between if the master is < 3.23.57, 3.23 && >=57, and 4.x (before the 2 3.23 were one). This is because in 3.23.57 we have a way to distinguish between a Start_log_event written at server startup and one written at FLUSH LOGS, so we have a way to know if the slave must drop old temp tables or not. Change: mi->old_format was bool, now it's enum (to handle 3 cases). However, functions which had 'bool old_format' as an argument have their prototypes unchanged, because the old old_format == 0 now corresponds to the enum value BINLOG_FORMAT_CURRENT which is equal to 0, so boolean tests are left untouched. The only case were we use mi->old_format as an enum instead of casting it implicitly to a bool, is in Start_log_event::exec_event, where we want to distinguish between the 3 possible enum values.
-
heikki@hundin.mysql.fi authored
Add syntax SAVEPOINT id and ROLLBACK TO SAVEPOINT id. This is compatible with DB2 and Oracle but not with SQL Server. Savepoints do not do anything yet, this is just parsing.
-
- 05 Jun, 2003 14 commits
-
-
guilhem@mysql.com authored
-
monty@narttu.mysql.fi authored
-
jani@ua126d19.elisa.omakaista.fi authored
into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
-
jani@ua126d19.elisa.omakaista.fi authored
if 'user_name' is the current user and it is not root.
-
heikki@hundin.mysql.fi authored
Revert a change to dict_mem_index_add_field which slipped prematurely into the bk tree
-
heikki@hundin.mysql.fi authored
Fix the BDB crash in the previous push; to save CPU remove duplicate calls of commit in InnoDB
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
jani@ua126d19.elisa.omakaista.fi authored
into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
-
jani@ua126d19.elisa.omakaista.fi authored
in case of an empty string. Bug ID 586.
-
monty@narttu.mysql.fi authored
More debugging variables Increment aborted_threads in case of killed or too big packet
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
- 04 Jun, 2003 4 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
to set CXX=gcc (cannot link the code with g++) - this should help to recompile the RPM on Distributions using gcc 3 - Added a symlink /usr/sbin/rcmysql -> /etc/init.d/mysql
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
lenz@mysql.com authored
Red Hat's chkconfig (Bug #272) (The LSB spec is a bit ambigous about what actually needs to be put into this field)
-