- 20 Jan, 2006 4 commits
-
-
knielsen@mysql.com authored
-
joerg@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/2868
-
stewart@mysql.com authored
BACKUP previous set up triggers using DICT. This lead to all kind of trouble. An smaller alternative to using SUMA for backup is to just make BACKUP handle triggers to TUP directly. This way all triggers will be totally local, and error handling is much simpler. --- old impl. Start: Master recives GSN_DEFINE_BACKUP_CONF from all participants Master sends CREATE_TRIG_REQ for all tables to local DICT (dict master) Master sends START_BACKUP_REQ to all paricipants with trigger ids from DICT Master sends ALTER_TRIG_REQ (online) to local DICT Master waits for GCP Master starts distributed scan When scan has finished Master waits for GCP Master sends DROP_TRIGGER to local DICT Master sends STOP_BACKUP_REQ to all participants --- new impl. Start: Master recives GSN_DEFINE_BACKUP_CONF from all participants Master sends START_BACKUP_REQ to all paricipants Participand sends CREATE_TRIG_REQ for all tables to local TUP Master waits for GCP Master starts distributed scan When scan has finished Master waits for GCP Master sends STOP_BACKUP_REQ to all participants Participant sends DROP_TRIGGER to local TUP Changes: All trigger handling is _local_ This implies, that abort (e.g due to node failure) can be _local_ fix testBackup test so that it will run successfully with the (now correct) backup trigger code.
-
- 19 Jan, 2006 13 commits
-
-
cps@outpost.site authored
into outpost.site:/home/cps/mysql/devel/test-6
-
cps@outpost.site authored
CSV storage engine to be statically compiled. Derived from antony's patch.
-
paul@snake-hub.snake.net authored
Fix incorrect option description.
-
into c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1-new
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new.12448
-
-
-
into c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1-new
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new.12448
-
cps@outpost.site authored
into outpost.site:/home/cps/mysql/devel/mysql-5.1-logs-prepush
-
cps@outpost.site authored
tree to get rid of multiple typos in CS comments and unify the patch.
-
paul@snake-hub.snake.net authored
Put options in standard order: --help first, then lexically. Rename --number-of-query to --number-of-queries.
-
- 18 Jan, 2006 14 commits
-
-
Moved init to lex_start
-
into c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1-new
-
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my51
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.1.15910
-
holyfoot@deer.(none) authored
-
pekka@mysql.com authored
-
mskold@mysql.com authored
-
pekka@mysql.com authored
-
mskold@mysql.com authored
Disabled failing tests mysql_priv.h: Removed compiler warning
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
bar@mysql.com authored
Adding test case. sql_yacc.yy: Adding TEXT_STRING_filesystem, which converts from character_set_client to character_set_conversion. Replacing TEXT_STRING_sys to TEXT_STRING_filesystem in LOAD DATA and SELECT INTO OUTFILE contexts. sql_class.h, sql_class.cc: Adding character_set_filesystem variable, and charset_is_character_set_filesystem flag (to avoid conversion when it's not necessary). set_var.h, set_var.cc: Adding sys_var_character_set_filesystem mysqld.cc: Adding --character-set-filesystem startup option.
-
bar@mysql.com authored
Don't display charsets/collations with HIDDEN flag. ctype-utf8.c: Adding HIDDEN flag to "filename" Changeing ID to 17 which was previosly used by deprecated "win1251", removed in 4.1. charset-def.c: Adding "filename" as a hidden charset, for test purposes. m_ctype.h: Adding MY_CS_HIDDEN flag, to hide charsets and collations from being displayed in SHOW.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
- 17 Jan, 2006 9 commits
-
-
knielsen@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M51/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
-