An error occurred fetching the project authors.
- 08 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 23 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Avoid memory overruns when buffer_length is too small (when fetching binary data in prepared statements)
-
- 04 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 14 Nov, 2002 1 commit
-
-
wax@mysql.com authored
-
- 05 Nov, 2002 1 commit
-
-
gluh@gluh.(none) authored
Fix bug when server hang(with SSL, with modified libmysql) Add options master-ssl-capath and master-ssl-cipher Add some error checking(SSL)
-
- 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
-
- 12 Jun, 2002 1 commit
-
-
venu@myvenu.com authored
- Support of prepared execution - Support of Original Table and Column names - Support of direct transactional API - And lot of misc handling (Note that, the pull will not work, unless you have the Server side changes also which will be followed by this commit)
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 29 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 09 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
-
- 24 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Some limit optimization
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-