An error occurred fetching the project authors.
- 30 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
character_set_database was added Code optimization: reuse more code for all character sets variables
-
- 28 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
-
- 21 May, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
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
-
- 16 May, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 15 May, 2003 1 commit
-
-
guilhem@mysql.com authored
now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the binlog, unless the new NO_WRITE_TO_BINLOG keyword was used : OPTIMIZE NO_WRITE_TO_BINLOG table t; Previously these commands were never written to the binlog, but there are 2 reasons to change this : - the RENAME TABLE in MERGE table bug (#175) on slave - the possible "differently optimised queries may lead to different updates on the master and slave" bug, until we have automatic ORDER BY. FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog. New test for the new logging behaviour. Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves, this is more usual.
-
- 13 May, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
monty@mashka.mysql.fi authored
Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
-
- 02 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 27 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use 0x.... as strings if 'new' mode. (bug 152) Don't report -max on windows when InnoDB is enabled. (bug 332) Reset current_linfo; This could cause a hang when doing PURGE LOGS. Fix for row numbers in EXPLAIN (bug 322) Fix that USE_FRM works for all table types (bug 97)
-
- 26 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314) Fix for new bison 1.875 max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211) Don't show port in SHOW PROCESSLIST for system threads Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275) Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when using many joined tables (Bug 212)
-
- 23 Apr, 2003 1 commit
-
-
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
-
- 16 Apr, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mashka.mysql.fi authored
Make RELAY_THREAD and alias for IO_THREAD Added new interface for string -> (unsigned) long long.
-
- 15 Apr, 2003 1 commit
-
-
wax@kishkin.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 4 commits
-
-
mysql@home.(none) authored
-
mysql@home.(none) authored
I wonder how it happend that I compiled this!
-
mysql@home.(none) authored
Optimization of SET NAMES
-
bell@sanja.is.com.ua authored
fixed mustiupdate subselect compatibility (bug 217)
-
- 04 Apr, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 28 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Fix for possible failure reason on big-endian machines ,
-
- 27 Mar, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
-
bar@bar.mysql.r18.ru authored
Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
-
- 25 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 21 Mar, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
Reduce/reduce conflict fix.
-
bar@bar.mysql.r18.ru authored
"a LIKE b COLLATE c" worked as "(a LIKE b) COLLATE c" which is not right
-
bar@bar.mysql.r18.ru authored
Fixes according coercibility tables, p162, SQL Complete
-
- 20 Mar, 2003 4 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
NATIONAL CHAR VARYING(n) NCHAR VARYING(n) are now aliases for VARCHAR(n) CHARACTER SET utf8
-
bar@bar.mysql.r18.ru authored
NCHAR(n) and NATIONAL CHARACTER(n) is now synonim for CHARACTER(n) CHARACTER SET utf8
-
bar@bar.mysql.r18.ru authored
SELECT _latin1 0x345678; SELECT _latin x'345678';
-
- 18 Mar, 2003 4 commits
-
-
monty@narttu.mysql.fi authored
MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP Fixed bug in multi-table-update where a row could be updated several times
-
bar@bar.mysql.r18.ru authored
-
ram@mysql.r18.ru authored
GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
-
bar@bar.mysql.r18.ru authored
SET NAMES BINARY now works
-
- 17 Mar, 2003 1 commit
-
-
wax@kishkin.ru authored
-