- 30 Mar, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
ChangeSet 1.1707 04/03/19 12:36:55 ram@gw.mysql.r18.ru +4 -0 Fix for the bug #2976: NATURAL JOIN produces duplicate columns.
-
- 19 Mar, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
Improvement natural join code in the setup_conds().
-
bar@bar.intranet.mysql.r18.ru authored
UCS2 now has its own my_like_range function.
-
- 18 Mar, 2004 16 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@kallisto.local authored
not work as expected) - need to investigate (after 4.1.2 is released)
-
guilhem@mysql.com authored
I am fixing it here in 4.1, not in 4.0, as it goes with another change which I did in 4.1 (fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" prints all binlogs").
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@mysql.com authored
we now detect that the server is sending us a log which we did not request by testing the info in the fake Rotate event. I also changed code to not print the fake Rotate which describes the log we asked for (it's always the first received event but old masters may not send it).
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
heikki@hundin.mysql.fi authored
Update an obsolete comment about trx commit: we can no longer call trx_undo_update_cleanup_by_discard(), and actually, the idea to call it was erroneous, it cannot work
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@kallisto.local authored
instead of calling them directly (WL#1521) - this also fixed a compile error with libtool-1.5.2 on FreeBSD (error: tag name "CXX" already exists)
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
-
gluh@gluh.mysql.r18.ru authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
heikki@hundin.mysql.fi authored
Remove includes of sys/types.h and sys/stat.h because these are already included through univ.i
-
- 17 Mar, 2004 20 commits
-
-
monty@mysql.com authored
Portability fixes
-
monty@mysql.com authored
-
monty@mysql.com authored
-
heikki@hundin.mysql.fi authored
Add a comment that InnoDB always retrieves the row id, if the clustered index was internally generated by InnoDB. Then we know the 'ref' to the row.
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
paul@teton.kitebird.com authored
-
heikki@hundin.mysql.fi authored
Fix Bug #1942: do not retrieve all columns in a table if we only need the 'ref' of the row (usually, the PRIMARY KEY) to calculate an ORDER BY
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
ram@gw.mysql.r18.ru authored
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
ram@gw.mysql.r18.ru authored
Added test case for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk; (thankee Monty)
-
ram@gw.mysql.r18.ru authored
- added unsigned_flag= 1; to Item_uint constructors - removed Item_uint::fix_fields() - added a comment about fix_fields() call
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
-
gluh@gluh.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
Fix for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk; (test case is too big to be included, take a look at the bug database)
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.233
-
hf@deer.(none) authored
test for IGNORE added
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
- 16 Mar, 2004 1 commit
-
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-