- 19 Mar, 2004 10 commits
-
-
monty@mysql.com authored
After merge fixes Portability fixes
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
-
gluh@gluh.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
-
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 14 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
-
konstantin@mysql.com authored
client library: - implemented 'check_license' function
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2874/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
-
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)
-