summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Portability fixes (for windows)monty@mashka.mysql.fi2003-01-2140-68/+41
| | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* Merge with 4.0 (Fix bug in LEFT JOIN and EXPLAIN on empty table)monty@mashka.mysql.fi2003-01-201-39/+61
|\
| * 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
| |
* | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-193-8/+26
|\ \
| * \ merge with 4.0 to get bug fix for SHOW PROCESSLIST + connected slavemonty@mashka.mysql.fi2003-01-193-8/+26
| |\ \ | | |/
| | * 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)
* | | | Windows build fix venu@myvenu.com2003-01-181-1/+1
| | | |
* | | | Merge myvenu.com:/home/venu/bk/src-4.1venu@myvenu.com2003-01-181-32/+50
|\ \ \ \ | | | | | | | | | | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1
| * | | | Few more tests + store_result fixvenu@myvenu.com2003-01-181-32/+50
| | | | |
* | | | | Merge work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-01-183-1/+20
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | into myvenu.com:/home/venu/bk/src-4.1
| * | | Initial multi query execution support venu@myvenu.com2003-01-183-1/+20
| | | |
* | | | Removed compiler warningsmonty@mashka.mysql.fi2003-01-181-8/+8
| | | |
* | | | Simple code cleanups, ignore generated filesmonty@mashka.mysql.fi2003-01-181-38/+39
|/ / /
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-181-1/+0
|\ \ \
| * | | Superfluous prepare_for_resend bugfixhf@deer.mysql.r18.ru2003-01-181-1/+0
| | | |
* | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.monty@mashka.mysql.fi2003-01-188-53/+83
| | | | | | | | | | | | | | | | | | | | | | | | Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows
* | | | Merge with 4.0.9monty@mashka.mysql.fi2003-01-189-82/+223
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-173-18/+5
| |\ \
| | * \ 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
| * | | 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
| | |
| * | 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
| * | | 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
| * | Fixed core dump bug in str LIKE "%other_str%" where strings contained ↵monty@mashka.mysql.fi2003-01-103-24/+43
| | | | | | | | | | | | | | | | | | | | | characters >= 128. Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat. When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
* | | mergemonty@hundin.mysql.fi2003-01-1738-844/+1222
|\ \ \
| * \ \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-01-176-49/+84
| |\ \ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-ctype-4.1
| | * \ \ Merge vvagin@work.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2003-01-172-4/+33
| | |\ \ \ | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
| | | * \ \ Merge vvagin@work.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2003-01-172-4/+33
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
| | | | * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1vva@eagle.mysql.r18.ru2003-01-172-4/+33
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
| | | | | * | | new option --local-load in mysqlbinlog vva@eagle.mysql.r18.ru2003-01-172-4/+33
| | | | | | | |