- 08 Aug, 2006 1 commit
-
-
petr/cps@mysql.com/owlet. authored
we didn't check for NULL value of the lex_create_info->db_type pointer. The pointer is NULL in the case, when the engine name is unknown to the server. This happens with NDB on Windows.
-
- 04 Aug, 2006 1 commit
-
-
petr/cps@owlet. authored
into mysql.com:/home/cps/mysql/devel/5.1-curs-bug
-
- 03 Aug, 2006 2 commits
-
-
petr/cps@mysql.com/owlet. authored
gets deadlocked when dropping w/ log on" Log tables rely on concurrent insert machinery to add data. This means that log tables are always opened and locked by special (artificial) logger threads. Because of this, the thread which tries to drop a log table starts to wait for the table to be unlocked. Which will happen only if the log table is disabled. Alike situation happens if one tries to alter a log table. However in addition to the problem above, alter table calls check_if_locking_is_allowed() routine for the engine. The routine does not allow alter for the log tables. So, alter doesn't start waiting forever for logs to be disabled, but returns with an error. Another problem is that not all engines could be used for the log tables. That's because they need concurrent insert. In this patch we: (1) Explicitly disallow to drop/alter a log table if it is currently used by the logger. (2) Update MyISAM to support log tables (3) Allow to drop log tables/alter log tables if log is disabled At the same time we (4) Disallow to alter log tables to unsupported engine (after this patch CSV and MyISAM are alowed) Recommit with review fixes.
-
petr/cps@mysql.com/owlet. authored
Due to incorrect handling of FLUSH TABLES, log tables were marked for flush, but not reopened. Later we started to wait for the log table to be closed (disabled) after the flush. And as nobody disabled logs in concurrent treads, the command lasted forever. After internal consultations it was decided to skip logs during FLUSH TABLES. The reasoning is that logging is done in the "log device", whatever it is which is always active and controlled by FLUSH LOGS. So, to flush logs one should use FLUSH LOGS, and not FLUSH TABLES.
-
- 02 Aug, 2006 1 commit
-
-
petr/cps@owlet. authored
into mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
-
- 28 Jul, 2006 2 commits
-
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
-
kostja@bodhi.local authored
-
- 27 Jul, 2006 5 commits
-
-
kostja@bodhi.local authored
-
msvensson@neptunus.(none) authored
- Add loop in mysqlslap that tries to connect up to 10 times if connect in thread fails.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Disable 3 test cases that crashes slave
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
- 26 Jul, 2006 14 commits
-
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
-
pekka@orca.ndb.mysql.com authored
into orca.ndb.mysql.com:/space_old/pekka/ndb/version/my51-bug14935
-
pekka@orca.ndb.mysql.com authored
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@shellback.(none) authored
- Add prelocking for stored procedures that uses sp or sf - Update test result for sp_error(reported as bug#21294) - Make note about new error message from sp-error(bug#17244)
-
msvensson@neptunus.(none) authored
-
ingo/mydev@chilla.local authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 25 Jul, 2006 3 commits
-
-
ingo/mydev@chilla.local authored
-
andrey@lmy004. authored
Emit an error instead of doing ASSERT
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
- 24 Jul, 2006 4 commits
-
-
ingo/mydev@chilla.local authored
-
ingo/mydev@chilla.local authored
-
ingo/mydev@chilla.local authored
-
ingo/mydev@chilla.local authored
into chilla.local:/home/mydev/mysql-5.1-amerge
-
- 23 Jul, 2006 2 commits
-
-
stewart@willster.(none) authored
(well, im_options in this case, but using existing bug report)
-
stewart@willster.(none) authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/main
-
- 22 Jul, 2006 4 commits
-
-
mikael/pappa@dator5.(none) authored
Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error
-
mikael/pappa@dator5.(none) authored
Test case fix
-
mikael/pappa@dator5.(none) authored
into dator5.(none):/home/pappa/bug20733
-
mikael/pappa@dator5.(none) authored
into dator5.(none):/home/pappa/bug20733
-
- 21 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Disable test case until fixed
-