An error occurred fetching the project authors.
- 15 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
statements and negative time/date values". The bug was in wrong sprintf format used in the client library. The fix moves TIME -> string conversion functions to sql-common and utilized them in the client library.
-
- 14 Oct, 2004 2 commits
-
-
konstantin@mysql.com authored
let's not assume that char is signed (its signedness is not defined). The server was also affected by the wrong typedef.
-
konstantin@mysql.com authored
Fix for Bug#6025 "Test "client_test" fails in 4.1.6-gamma build (2)". No need for a test case, the bug is covered already.
-
- 22 Sep, 2004 1 commit
-
-
konstantin@mysql.com authored
prepared statements."
-
- 11 Sep, 2004 1 commit
-
-
paul@ice.snake.net authored
Fix typos noticed while poking around in file.
-
- 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).
-
- 07 Sep, 2004 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
stack) We just don't expect BIG buffer to be sent for just a double
-
- 02 Sep, 2004 1 commit
-
-
konstantin@mysql.com authored
parameters": when unpacking binary time recieved from client, handle the case when length is 0: it means all MYSQL_TIME members are zero.
-
- 26 Aug, 2004 2 commits
-
-
konstantin@mysql.com authored
"Mediumint and PS problem": just treat mediumint as long.
-
monty@mysql.com authored
Fixed bug in end space handle for WHERE text_column="constant"
-
- 25 Aug, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 19 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 17 Aug, 2004 1 commit
-
-
guilhem@mysql.com authored
that was a forgotten '~' probably.
-
- 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 3 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
EXCEPTIONS file and amended the GPL text as requested by Zak
-
konstantin@mysql.com authored
-
- 22 Jul, 2004 1 commit
-
-
hf@deer.(none) authored
#4700 (Unsigned value returned as signed) just no appropriate checking #4701 (Errors returned earlier than expected) all errors returned from send_command() #4702 (Result isn't freed properly if there's no retrieval) flush_use_result has only 'client' version and should be made 'virtual'
-
- 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 1 commit
-
-
konstantin@mysql.com authored
-