An error occurred fetching the project authors.
- 05 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 03 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
Plus a changeset which I had committed but forgot to push (and this changeset is lost on another computer, so I recreate it here). This changeset is "user-friendly SHOW BINLOG EVENTS and CHANGE MASTER TO when log positions < 4 are used.
-
- 02 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
not the master's binlog) (SW 1571).
-
- 27 May, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 25 May, 2003 1 commit
-
-
guilhem@mysql.com authored
- A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of rli.ignore_log_space_limit - Broadcast after unlock, not before (small speed optimisation).
-
- 25 Apr, 2003 1 commit
-
-
greg@mysql.com authored
-
- 07 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with not freed thr_alarm() on slave connect
-
- 04 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 01 Apr, 2003 1 commit
-
-
guilhem@mysql.com authored
logged, but read as LOAD DATA INFILE REPLACE" This was just bad && instead of &, but nasty consequences. This should be merged to 4.0 BUT it will not be automatic (some code has moved from log_event.h to log_event.cc, and log_event.cc has changed); please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql to find all the new places.
-
- 17 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
a deadlock between I/O and SQL threads in replication when relay_log_space is too small. This fixes bug #79.
-
- 11 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 10 Mar, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Fixed memory leak when replication restarts in debug mode
-
- 08 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
now we'll have something like this : 030308 18:46:58 Slave I/O thread: connected to master 'gb@localhost:3306', replication started in log 'FIRST' at position 4 030308 18:46:58 While trying to obtain the list of slaves from the master 'localhost:3306', user 'gb' got the following error: 'Access denied. You need the REPLICATION SLAVE privilege for this operation' 030308 18:46:58 Slave I/O thread exiting, read up to log 'FIRST', position 4 instead of "Error updating slave list: Query error". This fixes bug #80.
-
- 03 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
+ fix for #70 + test result fix for LOAD DATA LOCAL bug #82
-
- 01 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
remove variable rli->log_pos_current.
-
- 28 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in RAND() usage in mysqlbinlog
-
- 06 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 25 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000 Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
-
- 18 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a possible core dump problem in SHOW PROCESSLIST
-
- 08 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for SHOW VARIABLES in embedded server
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed test suite for HPUX 10.20 and MacOSX
-
- 20 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
-
- 07 Nov, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
monty@butch. authored
-
- 29 Oct, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
monty@hundin.mysql.fi authored
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 27 Aug, 2002 1 commit
-
-
miguel@hegel.br authored
-
- 24 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed hang in start_slave_threads() when thread dies quickly.
-
- 23 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
- 22 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Changed option variables to my_bool (to avoid bugs in my_getopt()) Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early. Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 18 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris.
-