An error occurred fetching the project authors.
- 01 Mar, 2006 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
- redo log table query for log, split into separate entries per rename, to avoid duplicates, also to only log renames that relate to ndb tables
-
tomas@poseidon.ndb.mysql.com authored
-
- 28 Feb, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
- too little space was allocated for receiving events, partition uses extra column in table
-
- 27 Feb, 2006 1 commit
-
-
mats@mysql.com authored
-
- 26 Feb, 2006 1 commit
-
-
monty@mysql.com authored
Don't run upgrade.test with embedded server as it requires mysqlcheck
-
- 25 Feb, 2006 1 commit
-
-
guilhem@mysql.com authored
and new binlog format called "mixed" (which is statement-based except if only row-based is correct, in this cset it means if UDF or UUID is used; more cases could be added in later 5.1 release): SET GLOBAL|SESSION BINLOG_FORMAT=row|statement|mixed|default; the global default is statement unless cluster is enabled (then it's row) as in 5.1-alpha. It's not possible to use SET on this variable if a session is currently in row-based mode and has open temporary tables (because CREATE TEMPORARY TABLE was not binlogged so temp table is not known on slave), or if NDB is enabled (because NDB does not support such change on-the-fly, though it will later), of if in a stored function (see below). The added tests test the possibility or impossibility to SET, their effects, and the mixed mode, including in prepared statements and in stored procedures and functions. Caveats: a) The mixed mode will not work for stored functions: in mixed mode, a stored function will always be binlogged as one call and in a statement-based way (e.g. INSERT VALUES(myfunc()) or SELECT myfunc()). b) for the same reason, changing the thread's binlog format inside a stored function is refused with an error message. c) the same problems apply to triggers; implementing b) for triggers will be done later (will ask Dmitri). Additionally, as the binlog format is now changeable by each user for his session, I remove the implication which was done at startup, where row-based automatically set log-bin-trust-routine-creators to 1 (not possible anymore as a user can now switch to stmt-based and do nasty things again), and automatically set --innodb-locks-unsafe-for-binlog to 1 (was anyway theoretically incorrect as it disabled phantom protection). Plus fixes for compiler warnings.
-
- 23 Feb, 2006 1 commit
-
-
mats@mysql.com authored
Moving assignments to table_map_id for thread-safe handling of table shares.
-
- 22 Feb, 2006 3 commits
-
-
konstantin@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 20 Feb, 2006 3 commits
-
-
pekka@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
- test tables use blobs without PK, and was not handled correctly
-
pekka@mysql.com authored
-
- 17 Feb, 2006 2 commits
-
-
pekka@mysql.com authored
-
mskold@mysql.com authored
-
- 16 Feb, 2006 3 commits
-
-
pekka@mysql.com authored
-
mskold@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 15 Feb, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 14 Feb, 2006 1 commit
-
-
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
-
- 13 Feb, 2006 1 commit
-
-
mskold@mysql.com authored
-
- 07 Feb, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 06 Feb, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
Bug #17038, distribution of schema operation to multiple binlogs missing/multiple entries, partial fix - log alter table directly in server instead of in handler - acknowledge alter table _after_ all binlog events have been processed
-
- 05 Feb, 2006 1 commit
-
-
pekka@mysql.com authored
-
- 02 Feb, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
enable extra logging in ndb handler during test runs
-
- 01 Feb, 2006 4 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
mskold@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 31 Jan, 2006 3 commits
-
-
marty@linux.site authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
+ fix crashing bug when discovering ndb tables outside select context
-
- 25 Jan, 2006 1 commit
-
-
pekka@mysql.com authored
-
- 17 Jan, 2006 2 commits
-
-
Optimised version of ADD/DROP/REORGANIZE partitions for non-NDB storage engines. New syntax to handle REBUILD/OPTIMIZE/ANALYZE/CHECK/REPAIR partitions Quite a few bug fixes
-
tomas@poseidon.ndb.mysql.com authored
+ corrected the bugs in this resuling from mysql-test-run +removed some debug printouts
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-