An error occurred fetching the project authors.
- 21 May, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion
-
bar@bar.mysql.r18.ru authored
"character_set_system" has been added to display the system character set
-
- 30 Apr, 2003 1 commit
-
-
venu@myvenu.com authored
Fix LOAD DATA INFILE warnings to have a better meanigful messages Fix to make the mysql command line to automatically show the warnings count for all basic commands
-
- 24 Apr, 2003 2 commits
-
-
guilhem@mysql.com authored
is executed, even if the transaction spans on >=2 relay logs (bug #53). New variable relay_log_purge =0|1 New test to verify bug #53
-
igor@hundin.mysql.fi authored
Added the MAX_LENGTH_FOR_SORT_DATA option filesort.cc: Added the MAX_LENGTH_FOR_SORT_DATA option
-
- 23 Apr, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
We don't need this code any more. It was used to initialize CONVERT structure in 4.0.
-
bar@bar.mysql.r18.ru authored
client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection
-
- 22 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 10 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 08 Apr, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests
-
bar@bar.mysql.r18.ru authored
SET CHARACTER SET does
-
- 07 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables.
-
- 05 Apr, 2003 2 commits
-
-
mysql@home.(none) authored
-
mysql@home.(none) authored
Optimization of SET NAMES
-
- 02 Apr, 2003 1 commit
-
-
wax@kishkin.ru authored
-
- 01 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same.
-
- 21 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some speed improvements
-
- 18 Mar, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
monty@narttu.mysql.fi authored
Fixed problem with 'wrong packet number' in union
-
- 17 Mar, 2003 1 commit
-
-
wax@kishkin.ru authored
-
- 11 Mar, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Added expire-logs-days option
-
- 05 Mar, 2003 2 commits
-
-
serg@serg.mysql.com authored
"very new functions" - for now 4.1-compatible TIMESTAMT format
-
bar@bar.mysql.r18.ru authored
SET NAMES <charset name> [COLLATE <collation name>]
-
- 04 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
is now synonim for SELECT expr COLLATE <expr_charset>_bin
-
- 02 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 Feb, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
New thread variable client_character_set
-
bar@bar.mysql.r18.ru authored
Less default_charset_info
-
- 19 Feb, 2003 1 commit
-
-
wax@mysql.com authored
(SCRUM)
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 27 Jan, 2003 3 commits
-
-
Administrador@light. authored
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 21 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
bell@sanja.is.com.ua authored
-
- 16 Jan, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
of SHOW CREATE TABLE 'name'. Depending on the mode, the output can be compatible with various databases, including earlier versions of MySQL .
-
- 15 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
embedded library trimming
-
- 06 Jan, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Reduce memory usage of the buffer headers Many files: Merge InnoDB-4.1 with AWE support
-
- 29 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 20 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-