summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-2825-3437/+419
* 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
| |\ \ | | |/
| | * ha_innobase.cc:heikki@hundin.mysql.fi2003-01-211-0/+10
| * | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2003-01-171-19/+19
| |\ \
| * | | Fixing that 3.23 API / clients do not disconnect if a large Sinisa@sinisa.nasamreza.org2003-01-042-5/+20
| * | | 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 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
|\ \ \ \ \
| * | | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-211-0/+10
| * | | | | 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
| * | | | | 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
| | * | | | Fixed bug with the --slow-log when logging an administrator commandmonty@mashka.mysql.fi2003-01-171-0/+1
| * | | | | 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
| | | | |_|/ | | | |/| |
| | * | | | 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
| | * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-01-171-4/+3
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | Fix VC++ error compilermiguel@hegel.local2003-01-161-1/+1
| | |/ /
| * | | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-171-13/+1
| |/ /
| * | 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
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-7/+30
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-1/+1
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-01-161-27/+105
| * | 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
| * | | sql_handler.cc:heikki@hundin.mysql.fi2003-01-131-2/+4
* | | | 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
|\ \ \ \ | |/ / /
| * | | trx0trx.c:heikki@hundin.mysql.fi2003-01-121-3/+6
| |/ /
* | | Fix for a bug in SHOW GRANTS when :Sinisa@sinisa.nasamreza.org2003-01-112-1/+3
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-103-24/+43
|\ \ \ | |/ /