- 02 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 01 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
spaces at line end in fresh definitions removed fixed printing of nested joins (BUG#4352)
-
- 30 Jun, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-1
-
igor@rurik.mysql.com authored
Post-merge fixes for nested joins. The join_tab_cmp function in sql_select has been changed. join_nested.result: Post-merge fixes for nested joins. The join_tab_cmp function in sql_select has been changed sql_select.cc: Post-merge fixes for nested joins. Avoided re-execution of eliminate_not_funcs and simplify_joins in optimize_cond. Changed the join_tab_cmp function to take into account the dependent relation. sql_lex.cc, sql_lex.h: Added the first_cond_optimization flag to st_select_lex to avoid re-execution of some optimizations in optimize_cond. sql_base.cc: Post-merge fixes for nested joins. Fixed problems with a proper column list substituted for '*' in queries with natural joins.
-
- 28 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 25 Jun, 2004 4 commits
-
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
Nested joins: review modifications.
-
- 22 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) < cost(full_table_scan) use full_scan_on_shortest_covering_index (before this fix best_range_scan was used)
-
- 16 Jun, 2004 5 commits
-
-
paul@kite-hub.kitebird.com authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.0
-
paul@kite-hub.kitebird.com authored
-
pem@mysql.comhem.se authored
-
paul@kite-hub.kitebird.com authored
fix up test result.
-
paul@ice.snake.net authored
-
- 15 Jun, 2004 2 commits
-
-
pem@mysql.comhem.se authored
Also added some related security tests and corrected related error messages.
-
pem@mysql.comhem.se authored
-
- 14 Jun, 2004 4 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
- 11 Jun, 2004 2 commits
-
-
igor@rurik.mysql.com authored
Correction for nested joins.
-
igor@rurik.mysql.com authored
new file Many files: Nested joins added.
-
- 10 Jun, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 09 Jun, 2004 4 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
It's not possible to quote the definition according to the current sql_mode setting, so instead we use the setting stored with the SP (that's how it's parsed anyway), and show this setting in the SHOW CREATE output.
-
monty@mysql.com authored
-
- 08 Jun, 2004 2 commits
-
-
pem@mysql.comhem.se authored
This fixes part of BUG#3229: Stored procedure comment causes packets out of order.
-
wax@mysql.com authored
into mysql.com:/home/wax/mysql/mysql-5.0service
-
- 07 Jun, 2004 2 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
-
- 03 Jun, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Not finished, will not be pushed until additional fixes have been made.
-
- 01 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
Fixed an incorrect optimizer choice for ror-intersect(key, clustered_primary) Typo bug fixed in multitable update
-
- 29 May, 2004 2 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
* Fixed test results.
-
- 28 May, 2004 3 commits
-
-
sergefp@mysql.com authored
* Fixed a problem with wrong query results for partially covering keys in ROR-index_merge * ROR-intersection retrieval plan choice algorithm now uses less disk IO - and properly processes clustered PK range scans * Fixed several minor range optimizer problems * Added more comments * Code cleanup
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
BUG#1863: CREATE TABLE in Stored Procedure sometimes crashes on repeated calls. BUG#2656: select with join in stored procedure: erroneous result on 2nd call. BUG#3426: IF x IS NULL in stored procedure fails on second call within connection. BUG#3448: Stored Procedures with inner joins possible bug. BUG#3734: Stored procedure returns wrong rows with fulltext parameter. BUG#3863: Stored procedure crash when incrementing variable in a loop. (And corrected the row count output to the client after CALL)
-