- 13 Aug, 2004 1 commit
-
-
igor@rurik.mysql.com authored
Added a case for bug #4976 when one of the inner tables is empty. select.result, join.result: Reversed the previous change of the erronious fix for bug #4976. sql_select.cc: The previous fix for bug 4976 was reversed as it erroniously converted an outer join into an innner join when on_expression does not refer to outer tables. This is not valid if inner tables return an empty set. Setting dependency on outer tables was added for the above cases. To fix the crash in the test case of bug #4976 a guard was added that blocks running the crashing code for nested outer joins.
-
- 11 Aug, 2004 2 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-1
-
igor@rurik.mysql.com authored
Fixed bug #4976. join_nested.result, join_nested.test: Added a test case for bug #4976. sql_select.cc: Applied conversion from an outer join to an inner join when the on expression does not depend on the outer table. It fixed bug #4976.
-
- 10 Aug, 2004 2 commits
-
-
paul@kite-hub.kitebird.com authored
Update test results.
-
paul@kite-hub.kitebird.com authored
fix error message
-
- 09 Aug, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Typos/grammar.
-
- 06 Aug, 2004 6 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-1
-
igor@rurik.mysql.com authored
Added a test case for bug #4922. sql_select.cc: Blocked an optimization performed by join_read_const_table when applied to an inner table of a nested outer join. It was done to fix bug #4922. sql_yacc.yy: Fixed a typo bug in the rule for join_table.
-
pem@mysql.comhem.se authored
...and added new test file, sp-threads, for multiple connection tests (apart from the security tests that are in sp-security).
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
The description is not entirerly correct. The issue was follow-up errors where the first error is not caught - in which case it's often a system error with errcode < 1000 (which are mapped by default to 'HY000'). In this case the error state is different from what was assumed in the execution loop.
-
pem@mysql.comhem.se authored
and tried to do it properly this time, digging out all show commands that need the multi results flag set.
-
- 04 Aug, 2004 2 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
- 03 Aug, 2004 6 commits
-
-
konstantin@mysql.com authored
The fix makes client_test.cc compile with embedded library.
-
konstantin@mysql.com authored
should've been fixed as well.
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-5.0-sap-new
-
konstantin@mysql.com authored
- client side part is simple and may be considered stable - server side part now just joggles with THD state to save execution state and has no additional locking wisdom. Lot's of it are to be rewritten.
-
lenz@mysql.com authored
5.0.1 is out - tagged ChangeSet@1.1698 as "mysql-5.0.1"
-
- 02 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Added a simple optimizer that shortcuts jumps and skip unused instructions.
-
- 29 Jul, 2004 2 commits
-
-
pem@mysql.comhem.se authored
Simply disallow it, just as we disallow creation of routines from within other SPs.
-
pem@mysql.comhem.se authored
at least partially. It doesn't crash or give packets out of order any more, but it's unclear why it doesn't actually return anything from within an SP. This should be investigated at some point, but for the moment this will have to do. (It is a rather obscure feature... :)
-
- 28 Jul, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 26 Jul, 2004 6 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
non-ascii filenames work weird (e.g. on MacOSX)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
-
guilhem@mysql.com authored
(including one which may explain autobuild's failure of yesterday)
-
serg@serg.mylan authored
-
- 23 Jul, 2004 10 commits
-
-
pem@mysql.comhem.se authored
(The fix was merged in from 4.1)
-
pem@mysql.com authored
-
pem@mysql.comhem.se authored
Fix for stored procedures BUG#4726: Stored procedure crash when looping over SELECT with complex WHERE's.
-
bar@mysql.com authored
-
bar@mysql.com authored
mysqld crashes on CREATE TABLE in a database with corrupted db.opt file. Bug#4646
-
pem@mysql.comhem.se authored
Accidently worked on many platforms, but not all.
-
magnus@neptunus.(none) authored
into neptunus.(none):/home/magnus/mysql-4.1
-
magnus@neptunus.(none) authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-