summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-08-0722-142/+168
|\
| * mergeunknown2003-08-066-16/+46
| |\
| | * sql_union.cc, sql_select.cc:unknown2003-08-061-10/+6
| | * Mergeunknown2003-07-196-6/+40
| | |\
| | | * code cleanupunknown2003-06-251-1/+1
| | | * Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-1721-320/+482
| | | |\
| | | * \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-125-5/+39
| | | |\ \
| | | | * | Derived tables bug fix .......unknown2003-06-125-7/+39
| | | | * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-101-0/+2
| | | | |\ \
| | | | | * \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-311-0/+2
| | | | | |\ \
| | | | | | * | Fix for the optimiser problem caused by the fact that with derivedunknown2003-05-311-0/+2
| * | | | | | | Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-08-061-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | fix for bug #958 and tests for itunknown2003-08-061-1/+7
| * | | | | | | | Old style charset() and set_charset() were removed.unknown2003-08-0515-122/+109
| * | | | | | | | Fix:unknown2003-08-051-2/+1
| * | | | | | | | Fix:unknown2003-08-051-1/+3
| * | | | | | | | fix_fields recoursion didn't stop when some level's fix_length_and_decunknown2003-08-051-0/+2
* | | | | | | | | Fix that -integer works as in 4.0unknown2003-08-071-15/+55
* | | | | | | | | Mergeunknown2003-08-0563-370/+511
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2003-08-021-2/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | There were two wrong calls to tables_ok() in MySQL 4.0 (BUG#980),unknown2003-08-021-2/+11
| * | | | | | | | mergeunknown2003-08-015-11/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | prevented finding references in item_list for non-SELECT st_select_lexunknown2003-07-295-11/+35
| * | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-08-011-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tabe & query hashes made case insensitive (BUG#933)unknown2003-07-281-2/+2
| | |/ / / / / / / /
| * | | | | | | | | mergeunknown2003-08-018-13/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-298-13/+22
| | |/ / / / / / / /
| * | | | | | | | | cp1251.xml:unknown2003-07-311-4/+4
| * | | | | | | | | Database name and national characters fixes.unknown2003-07-301-4/+15
| * | | | | | | | | Merge venu@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-301-0/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix for timestamp issue (BR #819)unknown2003-07-301-0/+5
| | |/ / / / / / / /
| * | | | | | | | | Derivation attribute was not processed correctlyunknown2003-07-303-2/+4
| * | | | | | | | | Fixed that this sequence didn't produce an error as it should have:unknown2003-07-291-1/+2
| * | | | | | | | | A new separate error message: Unknown collation 'blablabla'unknown2003-07-2928-5/+34
| |/ / / / / / / /
| * | | | | | | | bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each fie...unknown2003-07-282-8/+7
| * | | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-07-285-11/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | changed for AUTO_VALUE_ON_ZEROunknown2003-07-285-11/+11
| * | | | | | | | | 'mysqld --verbose' should not print help screenunknown2003-07-271-1/+1
| * | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-277-21/+20
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | now GRANT db.* ... compares patterns correctly to prevent privilege escalationunknown2003-07-227-21/+20
| * | | | | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-251-9/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bug#909: mysqld --verbose --help != mysqld --help --verboseunknown2003-07-251-9/+9
| * | | | | | | | | | Print accounts in error messages as 'user'@'host' rather than 'user@host'.unknown2003-07-2423-115/+115
| |/ / / / / / / / /
| * | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-231-4/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix security bug. mysqld server without ssl support was completly unknown2003-07-231-4/+10
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2003-07-232-0/+65
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | On Feb 4th, 2003, Monty said he would push my patch to print replicate-do-tableunknown2003-07-232-0/+65
| * | | | | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-237-3/+19
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-07-227-3/+19
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump)unknown2003-07-227-3/+19