- 15 Feb, 2006 8 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-work
-
gluh@eagle.intranet.mysql.r18.ru authored
In presense of subpartitioning use get_part_partition_id() to calculate part_id
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-work
-
gluh@eagle.intranet.mysql.r18.ru authored
use part_info->no_subparts to calculate partition range in case of subpartitions
-
aelkin@mysql.com authored
into mysql.com:/home/elkin/MySQL/MERGE/5.1-new
-
brian@zim.tangent.org authored
into zim.tangent.org:/home/brian/mysql/cleanup-5.1
-
aelkin@mysql.com authored
-
- 14 Feb, 2006 32 commits
-
-
serg@serg.mylan authored
-
aelkin@mysql.com authored
into mysql.com:/home/elkin/MySQL/MERGE/5.1-new
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
1. dbug state is now local to a thread 2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL, DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF 3. macros are do{}while(0) wrapped 4. incremental modifications to the dbug state (e.g. "+d,info:-t") 5. dbug code cleanup, style fixes 6. _db_on_ and DEBUGGER_ON/OFF removed 7. rest of MySQL code fixed because of 3 (missing ;) and 6 8. dbug manual updated 9. server variable @@debug (global and local) to control dbug from SQL! a. -#T to print timestamps in the log
-
andrey@lmy004. authored
visible event in libmysqld. fixes build problem.
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.1-new
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.1-new
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.1-new
-
brian@zim.tangent.org authored
Added --silent option andd just test results via select. This will keep down the appearance of non deterministic responses. This is for bug#17384
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-bug16548
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
-
brian@zim.tangent.org authored
into zim.tangent.org:/home/brian/mysql/cleanup-5.1
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
paul@snake-hub.snake.net authored
Revise option description for --help message.
-
evgen@moonbone.local authored
into moonbone.local:/work/16272-bug-5.0-mysql
-
tomas@poseidon.ndb.mysql.com authored
-
andrey@lmy004. authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
- table dictionary status was checked only for Invalid
-
mskold@mysql.com authored
-
andrey@lmy004. authored
- fix for bug#16423 (Events: SHOW CREATE EVENT doesn't work) - this Changeset commits makes CREATE/UPDATE/DELETE EVENT real DDL statements by committing the currently open transaction before they are executed. - this Changeset also fixes a trailing space problem since the very early days of the internal cron - adds sophisticated checking of whether mysql.event was tampered accidentally or with purpose by an user. - adds a lot of inline function documentation - documents everything left uncodumented - INTERVAL_XXXX to XXX in I_S.EVENTS.INTERVAL_FIELD WL#1034 (Internal CRON)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1-nl
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-work
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
evgen@moonbone.local authored
The Item_func_if::fix_length_and_dec() function when calculating length of result doesn't take into account unsigned_flag. But it is taken when calculating length of temporary field. This result in creating field that shorter than needed. Due to this, in the reported query 40.0 converted to 9.99. The function Item_func_if::fix_length_and_dec() now adds 1 to the max_length if the unsigned_flag isn't set.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1-nl
-
serg@serg.mylan authored
remove explicit $<ulong_num>$ from sql_yacc.yy
-