summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for replication of INSERT | REPLACE | CREATE ... SELECTunknown2003-03-122-8/+8
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-123-12/+8
|\
| * Simple fixes (nothing notable)unknown2003-03-122-11/+7
| * merge with 3.23 to get:unknown2003-03-111-1/+1
| |\
| | * - typo fix for newly added error messageunknown2003-03-101-1/+1
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-121-1/+8
|\ \ \ | |/ / |/| |
| * | Fix for bug #136. We must write theunknown2003-03-121-1/+8
* | | mergeunknown2003-03-107-28/+48
|\ \ \ | |/ / |/| |
| * | after merge fixesunknown2003-03-101-4/+4
| * | Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-106-14/+29
| |\ \ | | |/
| | * Don't allow multiple --user options to mysqldunknown2003-03-101-1/+4
| | * Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-102-37/+39
| | |\
| | | * Don't allow BACKUP TABLE to overwrite filesunknown2003-03-102-37/+39
| | * | Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_c...unknown2003-03-072-6/+10
| * | | Fix that round(0.1,1) == round(0.1,1)unknown2003-03-102-8/+17
| * | | Merge with 3.23 to get fix for deadlock when doing LOCK TABLES in one thread ...unknown2003-03-044-29/+95
| |\ \ \ | | | |/ | | |/|
* | | | Made it possible to use --max-delayed-threads=0 in order to disableunknown2003-03-092-3/+4
* | | | Clearer error message when one forgot to grant REPLICATION SLAVE :unknown2003-03-083-7/+35
* | | | error messages translated by Egorunknown2003-03-071-223/+222
* | | | Merge work:/home/bk/mysql-4.0unknown2003-03-076-19/+36
|\ \ \ \
| * | | | missing grant check addedunknown2003-03-071-0/+2
| * | | | disable partial timestamps in --new modeunknown2003-03-061-10/+6
| * | | | --new option and local variable to optionally turn onunknown2003-03-055-18/+37
* | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-03-078-40/+109
|\ \ \ \ \
| * | | | | Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)unknown2003-03-071-7/+7
| * | | | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-077-33/+102
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-055-29/+95
| | |\ \ \
| | | * \ \ Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-03-041-1/+1
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | fixed Field::eq() to work with CHAR(0) fieldsunknown2003-03-041-1/+1
| | | * | | Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i...unknown2003-03-034-28/+94
| | * | | | A better, but larger fix for server_id bug ..unknown2003-03-054-6/+6
| | * | | | Fix for SHOW VARIABLES on 64-bit platformsunknown2003-03-041-1/+1
| | * | | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-032-1/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | LOAD DATA INFILE is not replicated by slave if replicate_*_table is setunknown2003-02-281-0/+1
| | * | | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-2523-253/+255
| | |\ \ \ \
| | * \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-214-14/+21
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Fixed YES/NO in Polish messagesunknown2003-02-121-1/+1
| | * | | | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-123-6/+7
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-081-0/+5
| | |\ \ \ \ \ \
| | | * | | | | | A fix for new conditions being defined and upper condition not updatedunknown2003-02-061-0/+5
* | | | | | | | | remove spaces according to coding rulesunknown2003-03-061-2/+2
* | | | | | | | | Fix so that INSERT DELAYED cares about SQL_LOG_BIN=0 (bug #104)unknown2003-03-061-11/+28
* | | | | | | | | Make log_pos be non-zero in the binary log, for BEGIN and COMMIT Query_log_ev...unknown2003-03-061-0/+9
* | | | | | | | | - Fixed URL to Using_stack_trace.html (the old one still works, but getsunknown2003-03-051-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge work:/home/bk/mysql-4.0unknown2003-03-0412-22/+161
|\ \ \ \ \ \ \ \
| * | | | | | | | ha_innodb.cc:unknown2003-03-041-0/+4
| * | | | | | | | ha_innodb.cc:unknown2003-03-041-4/+1
| |/ / / / / / /
| * | | | | | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0unknown2003-03-045-11/+62
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-045-11/+62
| * | | | | | | | ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc:unknown2003-03-035-0/+61