An error occurred fetching the project authors.
- 10 Aug, 2004 2 commits
-
-
konstantin@mysql.com authored
you need to check in to find out another couple of typos
-
konstantin@mysql.com authored
-
- 06 Aug, 2004 1 commit
-
-
kent@mysql.com authored
Can't return value from void function
-
- 05 Aug, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 01 Jul, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Symbol spelling change. errmsg.c: Client error message edits. errmsg.h: Two symbol spelling changes.
-
- 26 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 25 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
work (prepared statements)" and after-review fixes: - str_to_TIME renamed to str_to_datetime to pair with str_to_time - functions str_to_time and str_to_TIME moved to sql-common - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE, MYSQL_TIME_DATETIME types of user input buffers. - few more comments in the client library - a test case added.
-
- 23 Jun, 2004 1 commit
-
-
monty@mysql.com authored
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
-
- 22 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
test suite fixed.
-
- 19 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 18 Jun, 2004 2 commits
-
-
guilhem@mysql.com authored
mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3. And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3 (it will ignore the level). Those shutdown level are just PLACEHOLDERS now. So this change is just to make the 4.1 API suitable before it is frozen. Later we will actually implement the shutdown levels.
-
monty@mysql.com authored
Fixed problem with NULL and derived tables (Bug #4097) Cleanup of new pushed code
-
- 17 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 16 Jun, 2004 3 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
pops up fixed.
-
- 15 Jun, 2004 2 commits
-
-
guilhem@mysql.com authored
Server will however still accept shutdown without specified level; so that old mysqladmin can still shut server down. I would like your comments on the names of shutdown level which I chose. You are welcome to propose better names. Please however check WL#709 before. Reason for the names I propose is to be accurate, thus leaving possibility for other levels which we may imagine in the future; that's why I have rejected names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you need to remember what it does. This should be pushed in 4.1.3 but only after your comments.
-
konstantin@mysql.com authored
-
- 11 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
reset mysql->status if there was an error in row reading.
-
- 10 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
-
- 08 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
is broken (prepared statements)": fixed date handling in many places of prepared statements code.
-
- 05 Jun, 2004 2 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
- 02 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Added new windows configuration
-
- 31 May, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 26 May, 2004 2 commits
-
-
hf@deer.(none) authored
-
monty@mysql.com authored
Applied patches for Netware
-
- 24 May, 2004 2 commits
-
-
monty@mysql.com authored
Update of VC++ project files.
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
- 15 May, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 07 May, 2004 1 commit
-
-
georg@beethoven.local authored
to allow binding of userland functions in PHP.
-
- 06 May, 2004 2 commits
-
-
monty@mysql.com authored
Change strtoll -> my_strtoll10() Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
-
konstantin@mysql.com authored
-
- 04 May, 2004 1 commit
-
-
monty@mysql.com authored
Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404) Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238) Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
-
- 30 Apr, 2004 2 commits
-
-
monty@mysql.com authored
Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_UPDATE_MAX_LENGTH) is done.
-
monty@mysql.com authored
Added checking of cut read lines in bootstrap thread (Bug #2874)
-
- 29 Apr, 2004 2 commits
-
-
konstantin@mysql.com authored
flag is sent to server with placeholder types. There were no need to extend the protocol as one additional byte was reserved for placeholder code, when placeholder code is in range 0-255. So this byte is now used for flags. Post-review fixes added.
-
konstantin@mysql.com authored
requested by Monty for Bug#1647 (No way to determine what size blob/clob is being returned into bound buffer)
-
- 28 Apr, 2004 1 commit
-
-
monty@mysql.com authored
mysql_stmt_reset() now resets param->long_data_used Abort if --defaults-file=path-name uses a non-existing file (Bug #3413) Fixed problem with symlink test (bug in 4.1.2)
-