An error occurred fetching the project authors.
- 03 Apr, 2007 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
Type of 'Slave_running' status variable is changed to bool
-
- 16 Mar, 2007 1 commit
-
-
kaa@polly.local authored
Problem: to handle a situation when the size of event on the master is greater than max_allowed_packet on slave, we checked for the wrong constant (ER_NET_PACKET_TOO_LARGE instead of CR_NET_PACKET_TOO_LARGE). Solution: test for the client "packet too large" error code instead of the server one in slave I/O thread.
-
- 15 Nov, 2006 1 commit
-
-
mending windows test.
-
- 08 Nov, 2006 1 commit
-
-
fixing a flow of the test
-
- 11 Sep, 2006 1 commit
-
-
A communication packet can also be a binlog event sent from the master to the slave. To be sent by master dump and accepted by slave io thread both have to have the value of max_allowed_packet bigger than one that client connection had. In the patch there is the MAX possible replicatio header size estimation for events in binlog that embedded user query. Only these events of query_log_event type, i.e just plain queries, require attention.
-
- 21 Jul, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 29 Jun, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 16 Jun, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
fix up test result.
-
- 20 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
-