- 21 Jul, 2005 6 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
bar@mysql.com authored
After backporting from 5.0 fix. There is no an extra argument in 4.1.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
-
into c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-4.1
-
- 20 Jul, 2005 9 commits
-
-
lenz@mysql.com authored
-
mronstrom@mysql.com authored
-
lenz@mysql.com authored
they're not needed outside of the source tree (BUG#12057) - Removed some more unneeded files from "make install" along the way
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
- do not discover temporary files and make them visible
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-4.1
-
georg@lmy002.wdf.sap.corp authored
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.innolike
-
- 19 Jul, 2005 10 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
monty@mishka.local authored
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-4.1
-
monty@mishka.local authored
-
georg@lmy002.wdf.sap.corp authored
-
georg@lmy002.wdf.sap.corp authored
-
tulin@dl145b.mysql.com authored
-
tulin@dl145b.mysql.com authored
BUG#12028, cannot use default section for hostname in cluster config made clearer error message
-
tulin@dl145b.mysql.com authored
+ added switch --print-full-config + removed unused REP configuration
-
tulin@dl145b.mysql.com authored
BUG#11999, incorrect --help on perror with ndb
-
- 18 Jul, 2005 7 commits
-
-
mronstrom@mysql.com authored
remove_table_from_cache fails to signal other thread and gets blocked when other thread also gets blocked
-
reggie@linux.site authored
into linux.site:/home/reggie/bk/bug7142
-
konstantin@mysql.com authored
-
gbichot@production.mysql.com authored
into production.mysql.com:/nfstmp1/guilhem/mysql-4.1-prod
-
gbichot@production.mysql.com authored
LOCK_thread_count)" and for BUG#12004 "SHOW BINARY LOGS reports 0 for the size of all binlogs but the current one". There are a lot of 4.1->5.0 unmerged changes (hardest are in the optimizer), can't merge; still pushing in 4.1 because my changes are very small. Feel free to ask me if you have problems merging them.
-
joerg@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 17 Jul, 2005 2 commits
-
-
igor@rurik.mysql.com authored
Added a test case for bug #11745. sql_select.cc: Fixed bug # 11745. Added support of where clause for queries with FROM DUAL. sql_yacc.yy: Fixed bug # 11745. Added optional where clause for queries with FROM DUAL.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
- 16 Jul, 2005 4 commits
-
-
timour@mysql.com authored
"Negative integer keys incorrectly substituted for 0 during range analysis." The problem is that the range optimizer incorrectly replaces any negative constant with '0' for all types except BIGINT because the method save_in_field() casts negative integers to non-negative. This causes incorrect query results where (0 = any_negative_number). The problem caused by this bug is fixed by the patch for BUG#11185. That patch constitutes an optimization due to which the problem code is never called with negative constants. This patch adds a test so we are sure that the problem does not reappear.
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-4.1-bug-11868
-
evgen@moonbone.local authored
disabled if ref is built with a key from the updated table Problem was in add_not_null_conds() optimization function. It contains following code: JOIN_TAB *referred_tab= not_null_item->field->table->reginfo.join_tab; ... add_cond_and_fix(&referred_tab->select_cond, notnull); For UPDATE described in bug report referred_tab is 0 and dereferencing it crashes the server.
-
- 15 Jul, 2005 2 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-root
-