An error occurred fetching the project authors.
- 05 May, 2005 1 commit
-
-
rburnett@bk-internal.mysql.com authored
Added an extra parameter to all calls to timeout(). 1 means we want to set the write timeout 0 means we wnat to set the read timeout viossl.c: Add which parameter to ssl timeout routine vio_priv.h: Added which parameter to vio_ignore_timeout and vio_ssl_timeout violite.h: Add which parameter to vio_timeout sigs net_serv.cc: Use proper which code in call to vio_timeout to set the proper timeout viosocket.c: Set the appropriate timeout in vio_timeout
-
- 07 Mar, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 04 Mar, 2005 1 commit
-
-
joerg@mysql.com authored
to 'libmysql/net.c'.
-
- 20 Jan, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 11 Jan, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 10 Jan, 2005 1 commit
-
-
guilhem@mysql.com authored
mysql_admin_table() attempted to write to a vio which was 0. I could have fixed mysql_admin_table() but fixing my_net_write() looked more future-proof.
-
- 06 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 12 Nov, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 05 Nov, 2004 1 commit
-
-
petr@mysql.com authored
-
- 02 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
- 23 Oct, 2004 1 commit
-
-
petr@mysql.com authored
tree
-
- 13 Sep, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 08 Sep, 2004 1 commit
-
-
konstantin@mysql.com authored
Statements": - fix a couple of net->buff overruns in libmysql, - check in the server that statement parameter count is less than 65535 (maximum value supported by prepared statements protocol).
-
- 21 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
-
- 21 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 18 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
now mysql_server_init is called from mysql_init with fake parameters mysql_once_init code included to mysql_server_init. embedded-specific initialization is in init_embedded_server function
-
- 27 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
and BUG#1966: "select 1 into a" on top-level hangs client
-
- 24 Sep, 2003 1 commit
-
-
lenz@kallisto.local authored
.c files (the IBM Visual Age C compiler aborts with a syntax error on these)
-
- 13 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-
- 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
-
- 09 Jul, 2003 1 commit
-
-
serg@sergbook.mylan authored
-
- 04 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
Including client code into embedded library Code trimming (fixes of comments etc)
-
- 26 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 17 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
-
- 05 Jun, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
More debugging variables Increment aborted_threads in case of killed or too big packet
-
monty@narttu.mysql.fi authored
-
- 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
-
- 15 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows
-
- 11 Mar, 2003 1 commit
-
-
lenz@mysql.com authored
(it barfs on these with a syntax error)
-
- 04 Jan, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
packet is issued.
-
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.
-
- 02 Jan, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
that connection does not close in the case when client sends a buffer larger then max_allowed_packet.
-
monty@mashka.mysql.fi authored
Updated Italian error messages
-
- 26 Dec, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-
monty@mashka.mysql.fi authored
Safety fix to not cause conflicts with extended packages in 4.0.
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-