An error occurred fetching the project authors.
- 26 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
Pure coverage tests (debug only)
-
- 24 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
Remove get_binary_length Enable the clients to work wih date,time and ts directly with binary protocol
-
- 22 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 18 Jan, 2003 2 commits
-
-
venu@myvenu.com authored
-
monty@mashka.mysql.fi authored
Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows
-
- 16 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 10 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
Add missed mysql_stmt_affected_rows() sql_yacc.yy : Fix the compilation error .. bison 1.75
-
- 08 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 04 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
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.
-
- 03 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 17 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 29 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
renamed arg name to avoid a warning that it shadows global variable
-
- 27 Nov, 2002 1 commit
-
-
venu@myvenu.com authored
Added my_global.h to compile after my_list.h is added to mysql.h sql_prepare.cc: Handle close stmt from client Minor fixups to make SET variable=? to work sql_parse.cc: Added missed COM_CLOSE_STMT mysql_priv.h: Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type libmysql.c: Clean all open stmts during mysql_close() implicitly
-
- 24 Nov, 2002 1 commit
-
-
peter@mysql.com authored
done for merge with newer version of code.
-
- 22 Nov, 2002 1 commit
-
-
venu@myvenu.com authored
-
- 14 Nov, 2002 1 commit
-
-
wax@mysql.com authored
-
- 08 Oct, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 03 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
no ulong type, one should use unsigned long instead
-
- 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
-
- 23 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
- 27 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory.
-
- 17 Jun, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
Failed to compile at least on freebsd.
-
hf@bison.(none) authored
-
- 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)
-
- 19 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
-
- 13 Feb, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 03 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
-
- 12 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in master - unregister slaves when they disconnect
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 04 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Handle cleanup when we get an error before the message file is read. Fix bug in multi-table delete
-
- 03 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 30 Sep, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 22 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded libary and openssl
-