- 30 Apr, 2005 10 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-test-5.0
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-test-5.0
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
konstantin@mysql.com authored
with cursor". The patch refactors do_select/sub_select functions, which implement the nested loop algorithm, and reuses them to fetch rows for cursors as well. Pushing with view.test failing (--ps-protocol).
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
- 29 Apr, 2005 19 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-test-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
evgen@moonbone.local authored
into moonbone.local:/usr/src/mysql-4.1
-
evgen@moonbone.local authored
Reset old error if tmp table was successfully created. Test data is large and can be found in bug report along with test query.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.spaerrs
-
hf@deer.(none) authored
-
monty@mysql.com authored
Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
-
heikki@hundin.mysql.fi authored
Fix compilation error on Windows in innobase_report_binlog_offset_and_commit()
-
ingo@mysql.com authored
After merge fix.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
- 28 Apr, 2005 11 commits
-
-
bell@sanja.is.com.ua authored
if outer refernce (identifier) was resolved with help of cache all subqueries and resolved item itseld have to be correctly marked as dependent (BUG#10041)
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug9821
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
Changed the creation of the .MRG file so that only the table name is written when the MyISAM table is in the same database as the MERGE table, a relative path is used in other cases in mysqld, and possibly an absolute path is used in an embedded server. No test case is added as the external behaviour is unchanged. Only the file names within the .MRG file are changed.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9298
-
jimw@mysql.com authored
-
ingo@mysql.com authored
Merge from 4.0.
-
ingo@mysql.com authored
This is the second of three changesets. It contains the pure bug fix. It also contains the second after-review fixes. The problem was that with gcc on x86, shifts are done modulo word size. 'value' is 32 bits wide and shifting it by 32 bits is a no-op. This was triggered by an evil distribution of character incidences. A distribution of 2917027827 characters made of 202 distinct values led to 34 occurrences of 32-bit Huffman codes. This might have been the first time ever that write_bits() had to write 32-bit values. Since it can be expected that one day even 32 bits might be insufficient, the third changeset suggests to enlarge some variables to 64 bits.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-