summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-2825-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.55monty@mashka.mysql.fi2003-01-252-3/+3
|\
| * small fix for SHOW STATUSSinisa@sinisa.nasamreza.org2003-01-231-2/+2
| |
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2003-01-211-1/+1
| |\
| | * fixed double-free bug in COM_CHANGE_USERserg@serg.mysql.com2003-01-211-1/+1
| | |
| * | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2003-01-215-22/+51
| |\ \ | | |/ | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| | * ha_innobase.cc:heikki@hundin.mysql.fi2003-01-211-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/mysqlSinisa@sinisa.nasamreza.org2003-01-171-19/+19
| |\ \ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| * | | Fixing that 3.23 API / clients do not disconnect if a large Sinisa@sinisa.nasamreza.org2003-01-042-5/+20
| | | | | | | | | | | | | | | | | | | | packet is issued.
| * | | merge fixesSinisa@sinisa.nasamreza.org2002-12-273-8/+5
| |\ \ \
| * | | | reverting a patchSinisa@sinisa.nasamreza.org2002-12-271-1/+1
| | | | |
| * | | | many bug fixesSinisa@sinisa.nasamreza.org2002-12-233-2/+4
| | | | |
* | | | | Added timeout for wait_for_master_posmonty@mashka.mysql.fi2003-01-2510-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 renamingbell@sanja.is.com.ua2003-01-241-0/+2
| | | | |
* | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-218-62/+113
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * | | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-211-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 tablemonty@mashka.mysql.fi2003-01-201-26/+29
| | | | | |
| * | | | | Fixed bug in LEFT JOIN with impossible ON/WHERE expressionmonty@mashka.mysql.fi2003-01-191-12/+31
| | | | | |
| * | | | | Fixes cases where thd->query was not protected.monty@mashka.mysql.fi2003-01-193-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem with SHOW PROCESSLIST
| * | | | | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running threadmonty@mashka.mysql.fi2003-01-193-12/+27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Only set thd->query to 0 if LOCK_thread_count is holdmonty@mashka.mysql.fi2003-01-183-21/+40
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a possible core dump problem in SHOW PROCESSLIST
| | * | | | Fixed bug with the --slow-log when logging an administrator commandmonty@mashka.mysql.fi2003-01-171-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.0monty@mashka.mysql.fi2003-01-173-18/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge with 3.23monty@mashka.mysql.fi2003-01-161-6/+3
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2003-01-161-19/+19
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | ha_innobase.cc:heikki@hundin.mysql.fi2003-01-161-19/+19
| | | | |_|/ | | | |/| | | | | | | | | | | | | | Backport from 4.0: fix possible adaprive hash index latch hang
| | * | | | Fixed wrong packed length for packet > 16M.monty@mashka.mysql.fi2003-01-091-1/+1
| | |/ / /
| | * | | Safety fix to not allow one to specify too big max_alloc_packet to mysqldmonty@mashka.mysql.fi2002-12-262-2/+2
| | | | | | | | | | | | | | | | | | | | Safety fix to not cause conflicts with extended packages in 4.0.
| | * | | Updated commentmonty@mashka.mysql.fi2002-12-261-6/+3
| | | |/ | | |/|
| | * | Moved lower_case_table_name check to right place.monty@mashka.mysql.fi2002-12-211-3/+2
| | | |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-177-57/+183
|\ \ \ \ | | |_|/ | |/| | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-01-171-4/+3
| |\ \ \ | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * | | bugfix for MERGE tables and MAX(key)serg@serg.mysql.com2003-01-171-4/+3
| | |/ /
| * | | Merge miguel@work.mysql.com:/home/bk/mysql-4.0miguel@hegel.local2003-01-161-1/+1
| |\ \ \ | | | | | | | | | | | | | | | into hegel.local:/home/miguel/dev/mysql-4.0
| | * | | Fix VC++ error compilermiguel@hegel.local2003-01-161-1/+1
| | |/ /
| * | | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-171-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 tableserg@serg.mysql.com2003-01-161-1/+1
| | |
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-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.fi2003-01-161-7/+30
| | | | | | | | | | | | Make SHOW INNODB STATUS aware when we are estimating index range size etc.
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-1/+1
| | | | | | | | | | | | Fix a typo
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-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.0monty@mashka.mysql.fi2003-01-142-1/+34
| |\ \
| | * | Guard against compiling without -fno-exceptionsmonty@mashka.mysql.fi2003-01-142-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.fi2003-01-131-2/+4
| | | | | | | | | | | | | | | | Backport the InnoDB HANDLER bug fix from 4.1
* | | | reverting a fixSinisa@sinisa.nasamreza.org2003-01-141-1/+1
| | | |
* | | | Fix for a crashing bug in send_data..Sinisa@sinisa.nasamreza.org2003-01-131-4/+9
| | | |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-131-3/+6
|\ \ \ \ | |/ / / | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * | | trx0trx.c:heikki@hundin.mysql.fi2003-01-121-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.org2003-01-112-1/+3
| | | | | | | | | | | | | | | | | | | | | grant on database.* to xx@yy with grant option; is done.
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-103-24/+43
|\ \ \ | |/ / | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0