summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for problem of installing MySQL as a service withunknown2003-10-281-6/+8
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-221-1/+1
|\
| * Fix for bug #1271: Undefined variable in PASSWORD() function is not unknown2003-10-211-1/+1
* | Bug#1271 - RAND_TABLE_BIT in expression and only const_tables in joinunknown2003-10-211-0/+2
|/
* thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc:unknown2003-10-171-5/+0
* Merge oak.local:/home/kostja/mysql/mysql-4.0-rootunknown2003-10-173-3/+29
|\
| * A fix for a random test failure rpl_trunc_binlog: don't RESET MASTERunknown2003-10-171-1/+1
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-10-161-2/+24
| |\
| | * Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-10-021-2/+24
| | |\
| | | * fixed server crash on moving query block with pointers to same table in it (B...unknown2003-09-151-2/+24
| * | | Safety fix to detect multiple calls to my_thread_end()unknown2003-10-161-0/+4
* | | | fix for one of the bugs spotted by #1274unknown2003-10-161-1/+11
|/ / /
* | | Changing max_insert_delayed_threads now also changes the size of thread alarm...unknown2003-10-161-5/+7
* | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-155-13/+21
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-157-18/+45
|\ \ \
| * | | make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and...unknown2003-10-141-1/+1
| * | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-10-141-2/+3
| |\ \ \
| | * | | Make the slave die if master is 5.0. Indeed, 5.0 masters sendunknown2003-10-091-2/+3
| * | | | mergedunknown2003-10-072-5/+7
| |\ \ \ \ | | |/ / /
| * | | | bug #1434 (and related issues)unknown2003-10-062-4/+14
| * | | | fix_max_connections to resize alarm_queue (Bug #1435)unknown2003-10-061-6/+15
| * | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-10-062-5/+12
| |\ \ \ \
| | * | | | enum options renamed to avoid possible name conflictsunknown2003-09-291-1/+1
| | * | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-09-181-4/+11
| | |\ \ \ \
| | | * \ \ \ Merge bk-internal:/home/bk/mysql-4.0/unknown2003-09-121-4/+11
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | * | | fixed: thread lock-up on a FLASH TABLE when another thread has an open handlerunknown2003-09-091-4/+11
* | | | | | | Add more information about memory usage to debug logunknown2003-10-151-3/+7
* | | | | | | Fixed bug in SET enum_system_variable=NULLunknown2003-10-141-5/+6
* | | | | | | Add new user variables for tuning memory usage:unknown2003-10-1118-80/+212
| |_|_|_|/ / |/| | | | |
* | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-10-071-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-10-031-0/+2
| |\ \ \ \ \ \
| | * | | | | | Fixed bug #1323 (varchar fields becoming char fields adter create ... select)unknown2003-10-031-0/+2
* | | | | | | | After merge fixesunknown2003-10-071-5/+5
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-031-33/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | When the I/O thread was stopped while copying a long transaction, and restarted,unknown2003-10-031-33/+33
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-035-140/+157
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-035-140/+157
| | |_|_|_|/ | |/| | | |
* | | | | | Reverting changeset 1.1590unknown2003-10-021-23/+2
|/ / / / /
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-011-2/+24
|\ \ \ \ \
| * | | | | Follow-up of an IRC discussion today. Declaring ignore_log_space_limit volatile,unknown2003-10-011-2/+24
* | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-10-012-26/+68
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | turn Item_func_set_user_var unknown2003-10-012-36/+31
| * | | | | rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::updateunknown2003-09-302-89/+51
| * | | | | fixed bug #1194 unknown2003-09-241-17/+102
| |/ / / /
* | | | | - enable changing the number of table bits for JOINs to be increasedunknown2003-09-291-0/+5
* | | | | Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)unknown2003-09-291-2/+2
* | | | | Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":unknown2003-09-281-8/+6
* | | | | Fix for 64-bit machines.unknown2003-09-261-1/+1
* | | | | a small comment about why we call end_io_cache in mysql_loadunknown2003-09-251-0/+5
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-09-251-15/+24
|\ \ \ \ \