Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHOW CREATE DATABASE moved to sql_show.cc where it belongs | serg@serg.mylan | 2004-01-30 | 3 | -90/+91 |
| | | | | db name is printed with append_identifier for a proper quoting | ||||
* | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-01-30 | 8 | -24/+20 |
|\ | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary key | serg@serg.mylan | 2004-01-28 | 8 | -24/+20 |
| | | |||||
* | | Unused variable removed (cleanup spotted in bug #2214) | konstantin@oak.local | 2004-01-29 | 1 | -1/+0 |
| | | |||||
* | | ibuf0ibuf.c: | heikki@hundin.mysql.fi | 2004-01-29 | 1 | -3/+6 |
| | | | | | | | | Correct the comment about the ibuf record format in >= 4.1.1 | ||||
* | | Fixed Bug#2479, "dependant subquery with limit crash". | jani@rhols221.adsl.netsonic.fi | 2004-01-29 | 3 | -1/+101 |
| | | | | | | | | | | | | | | | | | | | | | | The problem was that memory was free'd, but it was referenced later. This free was unneccessary anyway, because join_free() / JOIN::cleanup takes care of this later on. Added test case into t/subselect.test for it. Regards, Jani | ||||
* | | Fixed a bug in GREATES() and LEAST() function, that caused a core | jani@rhols221.adsl.netsonic.fi | 2004-01-28 | 3 | -0/+16 |
|/ | | | | dump when result was NULL. | ||||
* | Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted) | hf@deer.(none) | 2004-01-28 | 1 | -0/+1 |
| | | | | We signed error instead of returning the result | ||||
* | Fix for #2209 | hf@deer.(none) | 2004-01-27 | 1 | -0/+1 |
| | | | | mysql->server_status wasn't set after the query | ||||
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-01-27 | 2 | -6/+4 |
|\ | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.1224 | ||||
| * | bugfix to #1224 | hf@deer.(none) | 2004-01-27 | 2 | -6/+4 |
| | | | | | | | | code slightly modified with Monty's suggestions | ||||
* | | code cleanup (unnecessary line in libmysqld/Makefile.am) | hf@deer.(none) | 2004-01-27 | 1 | -1/+0 |
|/ | |||||
* | warning comment | guilhem@gbichot2.local | 2004-01-26 | 1 | -0/+2 |
| | |||||
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-01-26 | 1 | -2/+5 |
|\ | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1 | ||||
| * | fix for BUG#2516: "SLAVE START may crash mysqld" | guilhem@gbichot2.local | 2004-01-26 | 1 | -2/+5 |
| | | |||||
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 | gluh@gluh.mysql.r18.ru | 2004-01-26 | 25 | -13/+43 |
|\ \ | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/Bugs/mysql-4.1.long | ||||
| * | | Fix for bug#2505: MySQL reports "out of memory" | gluh@gluh.mysql.r18.ru | 2004-01-26 | 25 | -13/+43 |
| |/ | | | | | | | when DROP USER if --skip-grant-tables | ||||
* | | Fixed a bug in slave-compressed-protocol. Using this option | jani@rhols221.adsl.netsonic.fi | 2004-01-26 | 1 | -1/+1 |
|/ | | | | from command line did not work. | ||||
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-24 | 5 | -14/+11 |
|\ | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 3 | -6/+6 |
| |\ | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| * | | Fix for a bug #2422, where CONVERT(expr, cast) was masked by | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 4 | -16/+12 |
| | | | | | | | | | | | | CONVERT(expr, expr, expr); | ||||
| * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 2 | -6/+7 |
| |\ \ | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| | * \ | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-20 | 36 | -32/+257 |
| | |\ \ | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| | * \ \ | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-19 | 6 | -6/+7 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| | * \ \ \ | merge fixes | Sinisa@sinisa.nasamreza.org | 2004-01-17 | 2 | -6/+7 |
| | |\ \ \ \ | |||||
| | | * | | | | Two bug fixes | Sinisa@sinisa.nasamreza.org | 2004-01-16 | 2 | -7/+8 |
| | | | | | | | |||||
* | | | | | | | mysqld.cc: | igor@rurik.mysql.com | 2004-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo bug. | ||||
* | | | | | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 | igor@rurik.mysql.com | 2004-01-23 | 43 | -744/+934 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/mysql-4.1 | ||||
| * | | | | | | | define name fixed | hf@deer.(none) | 2004-01-23 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Error message added | hf@deer.(none) | 2004-01-23 | 22 | -0/+22 |
| | | | | | | | | |||||
| * | | | | | | | Conflicts resolved | hf@deer.(none) | 2004-01-23 | 17 | -738/+906 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | SCRUM | hf@deer.(none) | 2004-01-23 | 4 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WL#1163 (Make spatial code separable) fixes before the push | ||||
| | * | | | | | | | SCRUM | hf@deer.(none) | 2004-01-23 | 6 | -61/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wl #1163 (Make spatial code optional) Patch I cleaned with Serg & Monty's suggestions | ||||
| | * | | | | | | | SCRUM: | hf@deer.(none) | 2004-01-15 | 12 | -736/+919 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WL#1163 (Making spatial code optional) Pack of changes to do in sql/ code. | ||||
| * | | | | | | | | Reverted an addition to be able to use ';' as a comment | jani@rhols221.adsl.netsonic.fi | 2004-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting character elsewhere than in the beginning of a line, because it affected some innodb options that had ';' in them. | ||||
| * | | | | | | | | patch reverted - USE_RAID is defined in my_config.h | serg@serg.mylan | 2004-01-23 | 2 | -3/+3 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-01-22 | 3 | -6/+6 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | | | | | enforcing coding style to cause an intentional merge conflict with 4.0 | serg@serg.mylan | 2004-01-22 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | no unnecessary includes (Intel ecc 7.0 compatibility fix) | serg@serg.mylan | 2004-01-21 | 2 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 | igor@rurik.mysql.com | 2004-01-21 | 59 | -242/+582 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/mysql-4.1 | ||||
| * | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@bar.intranet.mysql.r18.ru | 2004-01-21 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1 | ||||
| | * \ \ \ \ \ \ | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-01-21 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean | ||||
| | | * | | | | | | | yet another cleanup()-related fix | hf@deer.(none) | 2004-01-21 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | sql_string.cc: | bar@bar.intranet.mysql.r18.ru | 2004-01-21 | 1 | -10/+5 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote to comply the coding style | ||||
| * | | | | | | | | Further fixes for 2390: ucs2 alignment | bar@bar.intranet.mysql.r18.ru | 2004-01-21 | 5 | -15/+152 |
| |/ / / / / / / | |||||
| * | | | | | | | Fix for #2278 (mysql_prepare and mysql_execute not exported in libmysqld.dll) | hf@deer.(none) | 2004-01-21 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually no PS-related methods were exported. Now they're in the libmysqld.def | ||||
| * | | | | | | | Merge | bell@sanja.is.com.ua | 2004-01-20 | 33 | -19/+135 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | for multy-delete command used same algorithm of table reference (alias) | bell@sanja.is.com.ua | 2004-01-20 | 5 | -7/+6 |
| | | | | | | | | | |||||
| | * | | | | | | | allow UPDATE and DELETE stetements with tables derived from subquery if they ↵ | bell@sanja.is.com.ua | 2004-01-04 | 29 | -14/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are not updated (BUG#2117) allow delete table by alias in multi-delete statement | ||||
| * | | | | | | | | Merge deer.(none):/home/hf/work/mysql-4.1.clean | hf@deer.(none) | 2004-01-20 | 26 | -7/+184 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.1676 |