An error occurred fetching the project authors.
- 03 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
by binlogging some SET ONE_SHOT CHARACTER_SETetc, which will be enough until we have it more compact and more complete in 5.0. With the present patch, replication will work ok between 4.1.3 master and slaves, as long as: - master and slave have the same GLOBAL.COLLATION_SERVER - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used - application does not use the fact that table is created with charset of the USEd db (BUG#2326). all of which are not too hard to fulfill. ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets, so we give error if used for non-charset vars. Fix for BUG#3875 "mysqlbinlog produces wrong ouput if query uses variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated properly after SET NAMES". Detecting that master and slave have different global charsets or server ids.
-
- 15 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 05 Apr, 2004 2 commits
-
-
sergefp@mysql.com authored
SQL Syntax for Prepared Statements (WL#1622) ps.test, ps.result: new file
-
gluh@gluh.mysql.r18.ru authored
'SHOW GRANTS' syntax is added 'SHOW GRANTS FOR CURRENT_USER' syntax is added 'SHOW GRANTS FOR CURRENT_USER()' syntax is added CURRENT_USER without parens in expressions(SELECT CURRENT_USER;)
-
- 30 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
and for (2) converting the columns: 1. ALTER TABLE t1 [DEFAULT] CHARACTER SET xxx [COLLATE yyy] 2. ALTER TABLE t1 CONVERT TO CHARACTER SET xxx [COLLATE yyy]
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
UUID() function
-
- 23 Jan, 2004 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
wl #1163 (Make spatial code optional) Patch I cleaned with Serg & Monty's suggestions
-
- 15 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
WL#1163 (Making spatial code optional) Pack of changes to do in sql/ code.
-
- 17 Dec, 2003 1 commit
-
-
New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
-
- 16 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 02 Dec, 2003 1 commit
-
-
- 17 Nov, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 22 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Oct, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 15 Oct, 2003 1 commit
-
-
harrison@bud.lordblink.com authored
-
- 13 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
ALTER TABLE ... DISCARD/IMPORT TABLESPACE Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
-
- 15 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1(a NVARCHAR(10)) This is for compatibility with MSSQL, DB2, Informix and some other DBMSs. Note, standard SQL doesn't have "NVARCHAR" syntax. There are only these syntaxes in SQL2003: NATIONAL VARCHAR NCHAR VARCHAR NATIONAL CHARACTER VARYING NCHAR VARYING - Tests were added for all the above syntaxes.
-
- 13 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 01 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS, Honoring this parameters during connection to master. Introduced new format of master.info file
-
- 21 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 11 Aug, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 12 Jul, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 23 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 20 Jun, 2003 1 commit
-
-
ram@mysql.r18.ru authored
Renamed as_text().
-
- 19 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Removed non-generic info (key used blocks) preload.result, preload.test, lex.h, sql_yacc.yy: Syntax change for preload statement
-
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 06 Jun, 2003 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
heikki@hundin.mysql.fi authored
Add syntax SAVEPOINT id and ROLLBACK TO SAVEPOINT id. This is compatible with DB2 and Oracle but not with SQL Server. Savepoints do not do anything yet, this is just parsing.
-
- 21 May, 2003 1 commit
-
-
ram@mysql.r18.ru 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.
-
- 22 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 16 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Make RELAY_THREAD and alias for IO_THREAD Added new interface for string -> (unsigned) long long.
-
- 10 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 03 Apr, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 02 Apr, 2003 1 commit
-
-
ram@mysql.r18.ru authored
LINEFROMWKB(), LINESTRINGFROMWKB(), MLINEFROMWKB(), MPOINTFROMWKB(), MPOLYFROMWKB(), MULTILINESTRINGFROMWKB(), MULTIPOINTFROMWKB(), MULTIPOLYGONFROMWKB(), POINTFROMWKB(), POLYFROMWKB(), POLYGONFROMWKB() functions have been added (as synonyms for GEOMFROMWKB()).
-
- 31 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Use MBRContains() style for what we have implemented. Contains() will be used for real "contains" relation in the future.
-