An error occurred fetching the project authors.
- 10 Feb, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 20 Jan, 2005 1 commit
-
-
lenz@mysql.com authored
- renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
-
- 17 Jan, 2005 2 commits
-
-
kaa@polly.local authored
-
bar@mysql.com authored
bug#7891: mysql_character_set_name() returns collation
-
- 15 Dec, 2004 1 commit
-
-
georg@beethoven.local authored
connect to an external server with mysqld.
-
- 14 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 10 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
bug #7126: Test failure: 'func_str' when using '--ps-protocol' bug #7130: Test failure: 'type_uint' when using '--ps-protocol').
-
- 07 Dec, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 15 Nov, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
In server we assume that datetime values stored in MYSQL_TIME struct are normalized (and year is not greater than 9999), so we should perform range checks in all places then we convert something to MYSQL_TIME.
-
- 05 Nov, 2004 3 commits
-
-
bar@mysql.com authored
After-merge clean-up
-
bar@mysql.com authored
Clean-ups
-
bar@mysql.com authored
Minor clean-ups
-
- 01 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
having approval for it since 4.1.4, I also have some assurance that very few people actually used this: to enable these calls a user had to #define HAVE_DEPRECATED_411_API and recompile the client library.
-
- 27 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
numeric columns (stmt_resultset_metadata)"
-
- 26 Oct, 2004 1 commit
-
-
monty@mysql.com authored
New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
-
- 20 Oct, 2004 3 commits
-
-
monty@mysql.com authored
-
konstantin@mysql.com authored
(date) as empty string": preserve time type (date, time, or datetime) for zero dates, times, and datetimes.
-
monty@mysql.com authored
Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
-
- 19 Oct, 2004 3 commits
-
-
monty@mishka.local authored
Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
-
paul@ice.snake.net authored
Add note to mysql_hex_string() comment.
-
bar@mysql.com authored
New function mysql_hex_string()
-
- 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 2 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
EXCEPTIONS file and amended the GPL text as requested by Zak
-