- 26 Jan, 2005 2 commits
-
-
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
- 25 Jan, 2005 30 commits
-
-
marko@hundin.mysql.fi authored
Corrected formatting of comments. rem0rec.ic: rec_set_info_and_status_bits(): pass arguments to rec_set_info_bits() in the correct order. Corrected formatting of comments.
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
jani@ua141d10.elisa.omakaista.fi authored
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
-
joreland@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
-
konstantin@mysql.com authored
-
jani@ua141d10.elisa.omakaista.fi authored
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
-
bar@mysql.com authored
after merge fix
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-5.0
-
marko@hundin.mysql.fi authored
It is not safe to infer the status bits from the B-tree page level, because after MLOG_COMP_LIST_END_COPY_CREATED, the level will not be initialized before the records have been inserted. (Bug #7973)
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
changed ndb_restore test somewhat to fisrt make the tables in myisam
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
ram@gw.mysql.r18.ru authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
sergefp@mysql.com authored
Call file->external_lock() for handler objects that index_merge code creates in addition to the handler object opened in open_and_lock_tables.
-
- 24 Jan, 2005 8 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/work/mysql-5.0-root
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
konstantin@mysql.com authored
it's crucial to disable Nagle algorithm on client for no-reply commands (like mysql_stmt_free) to always work fast. Nagle algorithm instructs the sender to buffer (store) data if any unacknowledged data is outstanding and the size of to-send data is less than the network segment. It was exactly the case with COM_STMT_CLOSE after COM_STMT_PREPARE, so the client was waiting for Nagle timer to expire or for ACK from the server, while the server was holding up ACK because of delayed acknowledgement algorithm. The tricky part is that we have been already disabling Nagle algorithm (by setting TCP_NODELAY) almost everywhere except Windows (and maybe Netware). It is the reason why the bug was repeatable only with Windows client.
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
lower_case_tables_names=2 is sensible. Related to Bug #7887.
-
serg@serg.mylan authored
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-