summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* correct support for a mix of UNION/UNION ALL in the same query.unknown2004-03-236-14/+19
* aliases should be compared with my_strcasecmp (BUG#3251)unknown2004-03-226-14/+10
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-215-20/+23
|\
| * more sys_var_str fixesunknown2004-03-201-9/+5
| * sys_var_str.value is never NULLunknown2004-03-202-2/+2
| * Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-203-9/+16
| |\
| | * select @@smth=@@sys_str_var crash fixedunknown2004-03-203-9/+16
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-202-5/+12
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-202-5/+12
| |\ \ | | |/ | |/|
| | * Added test to show bug in current union implementationunknown2004-03-191-2/+3
| | * merge with 4.0 (to get compiler error fixes for innodb)unknown2004-03-192-5/+11
| | |\
| | | * WL #1510 "Implement support for "commercial" binaries on handshake",unknown2004-03-171-3/+1
| | | * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-171-2/+10
| | | |\
| | | | * Fix for BUG#2922 "Crash (signal11) after "load data from master""unknown2004-03-171-2/+10
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-205-9/+14
|\ \ \ \ \ | |/ / / /
| * | | | DROP DATABASE now returns (affected_rows) number of tables droppedunknown2004-03-191-3/+0
| |/ / /
| * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-192-4/+8
| |\ \ \
| | * | | Fix for bug#1439 UDF Corruptionunknown2004-03-192-4/+8
| * | | | Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collationsunknown2004-03-191-0/+2
| * | | | Bug #2821 Table default character set affects LONGBLOB fieldsunknown2004-03-191-2/+4
| |/ / /
* | | | after review changesunknown2004-03-2017-110/+156
* | | | fixed signed numeric literal parsing unknown2004-03-182-10/+27
* | | | mergeunknown2004-03-1828-199/+759
|\ \ \ \ | |/ / / |/| | |
| * | | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-1825-104/+504
| * | | DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-1717-94/+258
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-181-1/+4
|\ \ \ \
| * | | | Fix for valgrind errors in str_to_TIME(using of uninitialize variable).unknown2004-03-181-1/+4
* | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-181-0/+3
|\ \ \ \ \
| * | | | | make DROP DATABASE to behave as documented in the manual - to report number o...unknown2004-03-181-0/+3
* | | | | | Don't change server suffix if given to configureunknown2004-03-181-3/+4
* | | | | | merge fixes (use old code)unknown2004-03-1832-298/+575
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | after merge fixesunknown2004-03-183-22/+22
| * | | | | merge with 4.0unknown2004-03-171-3/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-161-3/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Fix for bug #2629 NULLIF() doesn't behave as described in manualunknown2004-03-161-3/+3
| * | | | | After merge fixesunknown2004-03-175-9/+9
| * | | | | merge with 4.0unknown2004-03-1630-269/+546
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixes to newly pushed codeunknown2004-03-122-3/+4
| | * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-123-13/+29
| | |\ \ \ \
| | | * | | | extra correction of check_db_name, check_table_name and check_column_nameunknown2004-03-121-18/+14
| | | * | | | fixed Bug #2985 unknown2004-03-053-11/+31
| | * | | | | Portability fixes & fixing of test suiteunknown2004-03-121-7/+10
| | * | | | | Mergeunknown2004-03-126-15/+21
| | |\ \ \ \ \
| | | * \ \ \ \ Merge with 3.23 to get patch for floor()unknown2004-03-121-1/+2
| | | |\ \ \ \ \
| | | | * | | | | fixed Bug #3051 "FLOOR returns invalid"unknown2004-03-041-1/+2
| | | * | | | | | Ensure that install_test_db.sh script works with both 'make install' and 'mak...unknown2004-03-125-14/+19
| | * | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-119-134/+183
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | Fix for BUG#2983 "If statement was killed on master, slave errors despite rep...unknown2004-03-114-84/+126
| | | * | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-117-50/+57
| | | |\ \ \ \ \ \
| | | | * | | | | | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-117-50/+57
| | | | |/ / / / /