An error occurred fetching the project authors.
- 10 Feb, 2005 3 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
-
- 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
-
- 02 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 24 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
'information_schema' test is splitted because of innodb
-
- 23 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Fixed bug 'using of alias with information schema tables in views' removed compiler warnings
-
- 19 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
fixed bug: "create view v7 as select * from information_schema.tables;" failed
-
- 18 Nov, 2004 2 commits
-
-
konstantin@mysql.com authored
-
gluh@gluh.mysql.r18.ru authored
fix for 'show create schema_table' fix for usage schema tables in subselect 'wrong schema table charset' fix
-
- 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.
-
- 13 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
WL#173: Create Data Dictionary Tables for SHOW Commands
-
- 12 Nov, 2004 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
as argument(s) after options. Added option -T to display all current test names.
-
- 11 Nov, 2004 1 commit
-
-
monty@mysql.com authored
-
- 10 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 07 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root. This gives us the following benefits: - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases) - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT) - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
-
- 05 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
of client equals to character set of connection, possibly required conversion to character set of column is not performed (prepared statements, data is supplied using placeholders).
-
- 04 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
(prepared staements)": adding the test case to close the bug (the bug was fixed along with other conversion incompatibilities in 4.1.7)
-
- 02 Nov, 2004 2 commits
-
-
serg@serg.mylan authored
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-