Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 25 | -3437/+419 |
| | | | | | | | | 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 | ||||
* | Merge with 3.23.55 | monty@mashka.mysql.fi | 2003-01-25 | 2 | -3/+3 |
|\ | |||||
| * | small fix for SHOW STATUS | Sinisa@sinisa.nasamreza.org | 2003-01-23 | 1 | -2/+2 |
| | | |||||
| * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2003-01-21 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed double-free bug in COM_CHANGE_USER | serg@serg.mysql.com | 2003-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2003-01-21 | 5 | -22/+51 |
| |\ \ | | |/ | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| | * | ha_innobase.cc: | heikki@hundin.mysql.fi | 2003-01-21 | 1 | -0/+10 |
| | | | | | | | | | | | | Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table | ||||
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2003-01-17 | 1 | -19/+19 |
| |\ \ | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | | | Fixing that 3.23 API / clients do not disconnect if a large | Sinisa@sinisa.nasamreza.org | 2003-01-04 | 2 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | packet is issued. | ||||
| * | | | merge fixes | Sinisa@sinisa.nasamreza.org | 2002-12-27 | 3 | -8/+5 |
| |\ \ \ | |||||
| * | | | | reverting a patch | Sinisa@sinisa.nasamreza.org | 2002-12-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | many bug fixes | Sinisa@sinisa.nasamreza.org | 2002-12-23 | 3 | -2/+4 |
| | | | | | |||||
* | | | | | Added timeout for wait_for_master_pos | monty@mashka.mysql.fi | 2003-01-25 | 10 | -60/+291 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | fixed table invalidation in simple renaming | bell@sanja.is.com.ua | 2003-01-24 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-21 | 8 | -62/+113 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| * | | | | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table | ||||
| * | | | | | Fixed bug with EXPLAIN on empty table | monty@mashka.mysql.fi | 2003-01-20 | 1 | -26/+29 |
| | | | | | | |||||
| * | | | | | Fixed bug in LEFT JOIN with impossible ON/WHERE expression | monty@mashka.mysql.fi | 2003-01-19 | 1 | -12/+31 |
| | | | | | | |||||
| * | | | | | Fixes cases where thd->query was not protected. | monty@mashka.mysql.fi | 2003-01-19 | 3 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem with SHOW PROCESSLIST | ||||
| * | | | | | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread | monty@mashka.mysql.fi | 2003-01-19 | 3 | -12/+27 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Only set thd->query to 0 if LOCK_thread_count is hold | monty@mashka.mysql.fi | 2003-01-18 | 3 | -21/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a possible core dump problem in SHOW PROCESSLIST | ||||
| | * | | | | Fixed bug with the --slow-log when logging an administrator command | monty@mashka.mysql.fi | 2003-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (like FLUSH TABLES). (Code is already in 4.0) | ||||
| * | | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-17 | 3 | -18/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -6/+3 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -19/+19 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | | * | | | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -19/+19 |
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | Backport from 4.0: fix possible adaprive hash index latch hang | ||||
| | * | | | | Fixed wrong packed length for packet > 16M. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -1/+1 |
| | |/ / / | |||||
| | * | | | Safety fix to not allow one to specify too big max_alloc_packet to mysqld | monty@mashka.mysql.fi | 2002-12-26 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Safety fix to not cause conflicts with extended packages in 4.0. | ||||
| | * | | | Updated comment | monty@mashka.mysql.fi | 2002-12-26 | 1 | -6/+3 |
| | | |/ | | |/| | |||||
| | * | | Moved lower_case_table_name check to right place. | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-17 | 7 | -57/+183 |
|\ \ \ \ | | |_|/ | |/| | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| * | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2003-01-17 | 1 | -4/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| | * | | | bugfix for MERGE tables and MAX(key) | serg@serg.mysql.com | 2003-01-17 | 1 | -4/+3 |
| | |/ / | |||||
| * | | | Merge miguel@work.mysql.com:/home/bk/mysql-4.0 | miguel@hegel.local | 2003-01-16 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | into hegel.local:/home/miguel/dev/mysql-4.0 | ||||
| | * | | | Fix VC++ error compiler | miguel@hegel.local | 2003-01-16 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-17 | 1 | -13/+1 |
| |/ / | | | | | | | | | | Had forgotten to change ha_innodb.cc to reflect that InnoDB now supports HA_READ_PREFIX_LAST | ||||
| * | | bugfix for 'ANALYZE for MERGE' and table-less MERGE table | serg@serg.mysql.com | 2003-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -2/+5 |
| | | | | | | | | | | | | Backport from 4.1: make sure change_active_index is only called with a properly initialized InnoDB table handle | ||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -7/+30 |
| | | | | | | | | | | | | Make SHOW INNODB STATUS aware when we are estimating index range size etc. | ||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix a typo | ||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -27/+105 |
| | | | | | | | | | | | | Fix a possible hang at the adaptive hash index latch if MySQL does query estimations also in the middle of a SELECT statement processing | ||||
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-14 | 2 | -1/+34 |
| |\ \ | |||||
| | * | | Guard against compiling without -fno-exceptions | monty@mashka.mysql.fi | 2003-01-14 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE | ||||
| * | | | sql_handler.cc: | heikki@hundin.mysql.fi | 2003-01-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Backport the InnoDB HANDLER bug fix from 4.1 | ||||
* | | | | reverting a fix | Sinisa@sinisa.nasamreza.org | 2003-01-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix for a crashing bug in send_data.. | Sinisa@sinisa.nasamreza.org | 2003-01-13 | 1 | -4/+9 |
| | | | | |||||
* | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-13 | 1 | -3/+6 |
|\ \ \ \ | |/ / / | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| * | | | trx0trx.c: | heikki@hundin.mysql.fi | 2003-01-12 | 1 | -3/+6 |
| |/ / | | | | | | | | | | | | | | | | Add diagnostic prints to determine why the 'queries inside InnoDB' might drift upwards ha_innodb.cc: Add more print space to SHOW INNODB STATUS; remove possible memory leak in case there is an error | ||||
* | | | Fix for a bug in SHOW GRANTS when : | Sinisa@sinisa.nasamreza.org | 2003-01-11 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | grant on database.* to xx@yy with grant option; is done. | ||||
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-10 | 3 | -24/+43 |
|\ \ \ | |/ / | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 |