An error occurred fetching the project authors.
- 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
-
- 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 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Failed to compile at least on freebsd.
-
- 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
-
- 19 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 17 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Include missing man pages into binary distribution
-
monty@hundin.mysql.fi authored
-
- 01 Sep, 2001 1 commit
-
-
tonu@x153.internalnet authored
-
- 10 Aug, 2001 1 commit
-
-
tim@black.box authored
There is now a mysql_server_init() function which needs to be called at the beginning of the program (and _end() for the end of the program). This routine handles argument parsing for the embedded server. Use the embedded version of mysql_load_file() (ignore the LOCAL argument, since the client and server are the same program). There are now mysql_thread_init/end() functions for the client to use in a multi-threaded app. They are just wrappers for my_thread_init/end().
-
- 10 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
-
- 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.
-
- 03 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
commit - it compiles, and test suite still passes, but it is not finished . The purpose of the commit is backup/code sharing/code review
-
- 21 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Changed 'lib' to 'master-data' Fix for slow slaves
-
- 06 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
-
- 20 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
-
- 12 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 02 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-