- 14 Feb, 2008 3 commits
-
-
svoj@mysql.com/april.(none) authored
-
svoj@april.(none) authored
into mysql.com:/home/svoj/devel/mysql/BUG33946/mysql-5.1-engines
-
svoj@mysql.com/april.(none) authored
from storage engine Federated may crash a server, return wrong result set, return "ERROR 1030 (HY000): Got error 1430 from storage engine" message when local (engine=federated) table has a key against nullable column. The problem was wrong implementation of function that creates WHERE clause for remote query from key.
-
- 13 Feb, 2008 3 commits
-
-
mikael@dator6.(none) authored
into dator6.(none):/home/mikael/mysql_clones/mysql-5.1-engines
-
mikael@dator6.(none) authored
into dator6.(none):/home/mikael/mysql_clones/mysql-5.1-engines
-
mikael@dator6.(none) authored
Handle error case of not being able to reopen which requires us to remove table from thread's open list and table_cache.
-
- 12 Feb, 2008 3 commits
-
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b33758/b33758.5.1
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b33758/b33758.5.1
-
empty result when using DESC Problem: fetching MyISAM keys we copy a key block pointer to the end of the key buffer. However, we don't take into account the pointer length calculatig the buffer size, that may leads to memory overwriting and in turn to unpredictable results. Fix: increase key buffer size by length of the key block pointer. Note: no simple test case.
-
- 07 Feb, 2008 10 commits
-
-
mikael@dator6.(none) authored
into dator6.(none):/home/mikael/mysql_clones/mysql-5.1-engines
-
mikael@dator6.(none) authored
especially for MySQL Cluster Carrier Grade Edition
-
mattiasj@witty.ndb.mysql.com authored
Pre push fix: added --sorted_result for consistent results
-
mikael@dator6.(none) authored
into dator6.(none):/home/mikael/mysql_clones/mysql-5.1-engines
-
mikael@dator6.(none) authored
into dator6.(none):/home/mikael/mysql_clones/mysql-5.1-engines
-
mattiasj@witty.ndb.mysql.com authored
into witty.ndb.mysql.com:/Users/mattiasj/clones/51-topush
-
mattiasj@witty.ndb.mysql.com authored
into witty.ndb.mysql.com:/Users/mattiasj/clones/51-topush
-
mattiasj@witty.ndb.mysql.com authored
into witty.ndb.mysql.com:/Users/mattiasj/clones/51-topush
-
mattiasj@witty.ndb.mysql.com authored
Problem was incorrect data length in the key_restore function resulting in overwriting the search key. Solution, remove one byte in length if uneven bits are used.
-
mattiasj@witty.local authored
Problem was that Field_bit used Field::hash() function that did not know about using null-byte for storing bits. Resulting in wrong length, which was caught by valgrind. Solution: created a Field_bit::hash() that uses Field_bit::val_int() and my_charset_bin-collation function hash_sort. Also use the store function for platform independs
-
- 06 Feb, 2008 1 commit
-
-
mattiasj@witty. authored
Since it used /tmp-dir, it continues to fail on the same server until the /tmp-dir is cleaned. (Another problem was that it uses DATA/INDEX DIR without checking for symlink, which is needed) Solution: Moved all DATA/INDEX DIR test to a new partition_basic_symlink.inc file and use this for myisam and innodb, also requiring symlinks and not_windows. (i.e. removed DATA/INDEX DIR use from several tests)
-
- 31 Jan, 2008 3 commits
-
-
svoj@april.(none) authored
into mysql.com:/home/svoj/devel/mysql/BUG22989/mysql-5.1-engines
-
svoj@mysql.com/april.(none) authored
'Wrong parameters to functi START SLAVE reports vague error when it fails to register on master: "Wrong parameters to function register_slave". If master failed to register slave because of too long 'report-host'/'report-user'/'report-password', return better error messages: "Failed to register slave: too long 'report-host'" "Failed to register slave: too long 'report-user'" "Failed to register slave; too long 'report-password'" No test case for this fix.
-
mattiasj@witty.ndb.mysql.com authored
into witty.ndb.mysql.com:/Users/mattiasj/clones/mysql-5.1-topush
-
- 30 Jan, 2008 1 commit
-
-
svoj@mysql.com/april.(none) authored
Code cleanup: removed duplicate stopword.
-
- 29 Jan, 2008 4 commits
-
-
istruewing@stella.local authored
into stella.local:/home2/mydev/mysql-5.1-axmrg
-
istruewing@stella.local authored
into stella.local:/home2/mydev/mysql-5.1-axmrg
-
istruewing@stella.local authored
into stella.local:/home2/mydev/mysql-5.0-axmrg
-
svoj@june.mysql.com authored
into mysql.com:/home/svoj/devel/mysql/BUG26978/mysql-5.1-engines
-
- 28 Jan, 2008 3 commits
-
-
mikael@dator6.(none) authored
-
mikael@dator6.(none) authored
-
mikael@dator6.(none) authored
-
- 27 Jan, 2008 2 commits
-
-
tsmith@ramayana.hindu.god authored
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
-
tsmith@ramayana.hindu.god authored
and so that it works correctly on Windows.
-
- 26 Jan, 2008 4 commits
-
-
acurtis/antony@ltamd64.xiphis.org authored
into xiphis.org:/anubis/antony/work/bug33358.2-merge-5.1
-
-
acurtis/antony@ltamd64.xiphis.org authored
into xiphis.org:/anubis/antony/work/bug33358.2-merge-5.1
-
"Plugin enum variables can't be set from command line" fix crash of LOCK_plugins mutex when loading plug-ins from command line. fix off-by-one bug when loading multiple plug-ins from the command line. initialize command line handling for ENUM and SET plugin variable types.
-
- 25 Jan, 2008 3 commits
-
-
tsmith@ramayana.hindu.god authored
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
-
tsmith@ramayana.hindu.god authored
-
tsmith@ramayana.hindu.god authored
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
-