An error occurred fetching the project authors.
- 16 May, 2005 2 commits
-
-
konstantin@mysql.com authored
- check on the client the unsupported feature and return an error message if it's been requested. Additionally added API support for STMT_ATTR_PREFETCH_ROWS. Post-review fixes.
-
monty@mysql.com authored
Fixed bug in mysql_stmt_fetch() when retrieving rows to return
-
- 12 May, 2005 1 commit
-
-
konstantin@mysql.com authored
(crash on attempt to re-execute a statement with an open cursor) + post-review fixes.
-
- 30 Apr, 2005 1 commit
-
-
konstantin@mysql.com authored
with cursor". The patch refactors do_select/sub_select functions, which implement the nested loop algorithm, and reuses them to fetch rows for cursors as well. Pushing with view.test failing (--ps-protocol).
-
- 28 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
-
- 12 Apr, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
return an error
-
- 04 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Fix that mysql.proc works with new VARCHAR fields Give warnings for wrong zero dates
-
- 25 Mar, 2005 1 commit
-
-
bar@mysql.com authored
Don't run GBK test if not GBK support was compiled.
-
- 24 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
and Bug#9159 "Server crash during mysql_stmt_close". The patch adds support for single-row result sets in cursors.
-
- 23 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
server" to the test suite, the bug is no longer repeatable.
-
- 19 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 17 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 25 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Found during build process)
-
- 15 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
a multibyte character, but was not a valid multibyte character. Refinement of fix for Bug #8378.
-
- 13 Feb, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Feb, 2005 4 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
reset mysql->net.last_error": the solution is to clear MYSQL->net error before performing COM_CLOSE: if the call succeeds, the connection is usable for other statements. More comprehensive fix is to clear MYSQL->net for all recoverable errors at the time they happen, it will be implemented in 5.0 as it introduces incompatibility in behavior.
-
konstantin@mysql.com authored
-
jimw@mysql.com authored
a character that appears to be a multi-byte character based on its first byte, but is not actually a valid multi-byte character. (Bug #8378)
-
- 08 Feb, 2005 1 commit
-
-
hf@deer.(none) 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)
-
- 19 Jan, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 12 Jan, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 02 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Portability fixes
-
- 30 Dec, 2004 1 commit
-
-
monty@mysql.com authored
-
- 21 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 18 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 17 Dec, 2004 2 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
(Bug#7381)
-
- 16 Dec, 2004 3 commits
-
-
konstantin@mysql.com authored
-
pem@mysql.comhem.se authored
-
konstantin@mysql.com authored
fixes. Still to do: - deploy my_strtoll10 in limbysql.c - add mysql_options option to switch MYSQL_DATA_TRUNCATED on and off.
-
- 14 Dec, 2004 3 commits
-
-
konstantin@mysql.com authored
-
bar@mysql.com authored
bug#6911 resultset metadata always return client character set
-
sergefp@mysql.com authored
(here in client_test.c because we need to check if several PS execution works and the bug shows up with binary protocol only )
-
- 09 Dec, 2004 1 commit
-
-
guilhem@mysql.com authored
All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8). All Connector devs have been warned about the change I'm doing here - which was agreed with Monty, and fixes BUG#2555.
-
- 07 Dec, 2004 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mysql.com authored
Fixed compiler warnings String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-