- 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)
-
- 26 May, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sp2_bak-5.0
-
bell@sanja.is.com.ua authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
- 25 May, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sp2-5.0
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
-
- 20 May, 2004 1 commit
-
-
timour@mysql.com authored
- heuristic => optimizer_prune_level - plan_search_depth => optimizer_search_depth
-
- 19 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 18 May, 2004 1 commit
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
- 17 May, 2004 2 commits
-
-
timour@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
- 14 May, 2004 4 commits
-
-
guilhem@mysql.com authored
in tests after the last 4.1->5.0 merge, and: *** The same as ChangeSet@1.1822.1.1, 2004-05-14 23:08:03+02:00, guilhem@mysql.com of MySQL 4.0 *** Replication testsuite: making the master-slave synchronization less likely to fail, by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL in sync_with_master and sync_slave_with_master. The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test, but may affect 4.x as well, so I fixed 4.x too. Note that I am also fixing 5.0, with the same exact patch, because I don't want to leave 5.0 broken until the next 4.0->4.1->5.0 merge.
-
pem@mysql.comhem.se authored
-
pem@mysql.com authored
-
pem@mysql.comhem.se authored
Note: One sp.test still fails (prime), and rpl_server_id2.test fails (will be fixed by guilhem ASAP).
-
- 13 May, 2004 3 commits
-
-
pem@mysql.comhem.se authored
(Again, mostly to test sendmail replacement for tunneling.)
-
pem@mysql.comhem.se authored
(This is mostly to test sendmail tunneling of commit email... might not actually get pushed)
-
sergefp@mysql.com authored
-
- 12 May, 2004 4 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
This is first cset for WL#1394 "Optimize index merge when all involved index ranges include only values with equal keys" The main idea is to exploit the fact that key scans for "key=const" return ordered sequences of rowids.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-parser-5.0
-
timour@mysql.com authored
-
- 11 May, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
-
timour@mysql.com authored
-
timour@mysql.com authored
-
- 10 May, 2004 1 commit
-
-
timour@mysql.com authored
consisting of pos-review fixes and improvements.
-
- 07 May, 2004 3 commits
-
-
pem@mysql.com authored
-
bar@bar.intranet.mysql.r18.ru authored
Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs
-
monty@mysql.com authored
Portablity fix for system with case insenstive table names. (Without this ALTER TABLE can fail for InnoDB)
-
- 06 May, 2004 3 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Change strtoll -> my_strtoll10() Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
-
miguel@hegel.local authored
into hegel.local:/home/miguel/bk/mysql-4.1
-