- 31 Jan, 2006 7 commits
-
-
pem@mysql.com authored
which was fixed by earlier changesets; LOAD INDEX is not allowed in functions. Also testing CACHE INDEX, while OPTIMIZE and CHECK were covered by existing tests already.
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15737/mysql-5.0
-
msvensson@neptunus.(none) authored
Add / to std_data in ln command
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15737/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
- Use "../tmp" as --slave-load-tmpdir. Same as in mysql-test-run.pl
-
msvensson@neptunus.(none) authored
-
- 30 Jan, 2006 13 commits
-
-
patg@govinda.patg.net authored
into govinda.patg.net:/home/patg/mysql-build/mysql-5.0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss20
-
aivanov@mysql.com authored
Applied innodb-4.1-ss20 snapshot.
-
patg@govinda.patg.net authored
into govinda.patg.net:/home/patg/mysql-build/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15737/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15737/mysql-5.0
-
pem@mysql.com authored
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#15634-mysql-5.0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss17
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss17
-
aivanov@mysql.com authored
Applied innodb-4.1-ss17 snapshot. Do not mistake TABLENAME_ibfk_0 for auto-generated id.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
-
- 29 Jan, 2006 1 commit
-
-
paul@snake-hub.snake.net authored
Fix test result. table.h, sql_show.cc: Put I_S tables in lexical order.
-
- 28 Jan, 2006 1 commit
-
-
igor@rurik.mysql.com authored
The problem has manifested itself in the cases when we have a nested outer join for which it can be inferred that one of the inner tables is a single row table.
-
- 27 Jan, 2006 4 commits
-
-
patg@govinda.patg.net authored
Added fixes to make last_insert_id() to work.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
-
msvensson@neptunus.(none) authored
Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
-
msvensson@neptunus.(none) authored
-
- 26 Jan, 2006 5 commits
-
-
msvensson@neptunus.(none) authored
Cleanup the sideeffects from most of the testcases with sideeffects.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Move init of "reconnect" variable to mysql_init - Add test case to mysql_client_test.
-
- 25 Jan, 2006 7 commits
-
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#11892-mysql-5.0
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-bug16487
-
lars@mysql.com authored
-
pem@mysql.com authored
Second version. The problem was that the optimizer didn't work correctly with forwards jumps to "no-op" hpop and cpop instructions. Don't generate "no-op" instructions (hpop 0 and cpop 0), it isn't actually necessary.
-
brian@zim.tangent.org authored
into zim.tangent.org:/home/brian/mysql/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M50/bug16730-5.0
-
brian@zim.tangent.org authored
Complaint from a user who was getting sick of repairing their tables do to their lousy setup (their words). All crashed archive tables will now be repaired on open.
-
- 24 Jan, 2006 2 commits
-
-
anozdrin@mysql.com authored
- BUG#15166: Wrong update permissions required to execute triggers - BUG#15196: Wrong select permission required to execute triggers The idea of the fix is to check necessary privileges in Item_trigger_field::fix_fields(), instead of having "special variables" technique. To achieve this, we should pass to an Item_trigger_field instance a flag, which will indicate the usage/access type of this trigger variable.
-
joerg@mysql.com authored
-