- 15 Sep, 2006 2 commits
-
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.1-toteam
-
istruewing@chilla.local authored
Disabled im_daemon_life_cycle with permission by Calvin
-
- 14 Sep, 2006 4 commits
-
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.1-toteam
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.1-bug14400
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.0-bug14400
-
istruewing@chilla.local authored
"concurrent insert" After merge fix.
-
- 13 Sep, 2006 1 commit
-
-
timour/timka@lamia.home authored
into lamia.home:/home/timka/mysql/src/5.1-dbg
-
- 12 Sep, 2006 14 commits
-
-
tsmith@maint2.mysql.com authored
into maint2.mysql.com:/data/localhome/tsmith/bk/mrg/51
-
svoj@april.(none) authored
-
timour/timka@lamia.home authored
The cause of the bug was an incomplete fix for bug 18080. The problem was that setup_tables() unconditionally reset the name resolution context to its 'tables' argument, which pointed to the first table of an SQL statement. The bug fix limits resetting of the name resolution context in setup_tables() only in the cases when the context was not set by earlier parser/optimizer phases.
-
msvensson@neptunus.(none) authored
Correct faulty merge, "mysql_priv.h" must be included for the ifdef WITH_INNOBASE_STORAGE_ENGINE to work
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG20256/mysql-5.1-engines
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
svoj@april.(none) authored
Only MyISAM tables locked with LOCK TABLES ... WRITE were affected. A query that is optimized with index_merge doesn't reflect rows inserted within LOCK TABLES. MyISAM doesn't flush a state within LOCK TABLES. index_merge optimization creates a copy of the handler, which thus gets outdated MyISAM state. New handler->clone() method is introduced to fix this problem. For non-MyISAM storage engines it allocates a handler and opens it with ha_open(). For MyISAM it additionally copies MyISAM state pointer to cloned handler.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-5.1-maint
-
Kristofer.Pettersson@naruto. authored
- When an ALTER TABLE RENAME is performed on windows, the files are closed and their cached file descriptors are marked invalid. Performing INSERT, UPDATE or SELECT on the associated merge table causes a server crash on windows. This patch adds a test for bad file descriptors when a table attempts a lock. If a bad descriptor is found an error is thrown. An additional FLUSH TABLES will be necessary to further operate on the associated merge table.
-
rburnett@production.mysql.com authored
Fixing failed merge
-
cmiller@maint1.mysql.com authored
More specifically, the scripts/Makefile isn't created and it doesn't translate mysql_fix_privilege_tables ".sh" . So, mysql-test/mysql-test-run.pl doesn't find the binary and substitutes /bin/false instead. That obviously doesn't "fix" anything and the test fails because of it.
-
- 11 Sep, 2006 2 commits
-
-
rburnett@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
-
msvensson@shellback.(none) authored
-
- 09 Sep, 2006 2 commits
-
-
serg@janus.mylan authored
-
serg@janus.mylan authored
into janus.mylan:/usr/home/serg/Abk/mysql-5.1-arch
-
- 08 Sep, 2006 5 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- Add ifdefs in ha_innodb.cc so it's only compiled if we have selected to build mysqld with innodb. This is inline with how it's done in other handlers.
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
- 07 Sep, 2006 10 commits
-
-
brian@zim.(none) authored
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.1-bug14400
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
brian@zim.(none) authored
Adding in a few more engines to the now defunct (but still used) handler enum's since its the only way to enable for partitioning.
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-5.0-bug14400
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/merge-5.1
-
brian@zim.(none) authored
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-4.1-bug14400
-
istruewing@chilla.local authored
"concurrent insert" Additional fix for full keys and test case.
-