- 05 Mar, 2008 2 commits
-
-
unknown authored
grant warnings on embedded server. mysql-test/r/drop.result: Move test that has more to do with grants than DROP. mysql-test/r/grant.result: Move test that has more to do with grants than DROP. mysql-test/t/drop.test: Move test that has more to do with grants than DROP. mysql-test/t/grant.test: Move test that has more to do with grants than DROP.
-
unknown authored
The cause of the crash is an assertion failure that we do not emit an error message (grant not found) and then return "ok". The assertion is valid, and we were ignoring the buggy behavior prior to the "Diagnostics" result-verification. Use an error handler to mutate innocuous missing-grant errors, when removing routines, into warnings. mysql-test/r/drop.result: Show that the crash disappears. Also prepare for the larger bug to be fixed with only minor changes to this test. mysql-test/t/drop.test: Show that the crash disappears. Also prepare for the larger bug to be fixed with only minor changes to this test. sql/sql_acl.cc: Disable a segment of code that makes a faulty assumption about the existence of a routine's defining user, until that assumption becomes true. Push a new handler onto the error-handler stack, so that when removing a routine, a missing ACL grant is now a warning instead of an error. If any unexpected error is raised then tell the caller.
-
- 07 Feb, 2008 10 commits
-
-
unknown authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/bug25988/my51-bug25988 vio/viossl.c: Auto merged
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build storage/ndb/tools/waiter.cpp: Manual merge from 5.0
-
unknown authored
ndb/tools/waiter.cpp: - Only contact ndb_mgmd once per loop - Program only cares about ndbd nodes -> remove the api and mgm vectors - Program can not wait for "starting" -> remove that code - Remove unused includes - Protect against SIGPIPE(writing to a socket where the mgmsrv was gone, silently killed the program) - Don't sleep one second if if all nodes are in the wanted state - Use 100 milliseconds sleep between each poll
-
- 06 Feb, 2008 15 commits
-
-
unknown authored
into hh-nb.hungers:/work/merge/mysql-5.1-bug34190
-
unknown authored
into trift2.:/MySQL/M51/push-5.1 configure.in: 5.0 version changes don't propagate to 5.1, "use local".
-
unknown authored
into trift2.:/MySQL/M50/push-5.0 configure.in: Auto merged
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
sql/ha_ndbcluster_binlog.cc: Change 'assert' to 'DBUG_ASSERT' to avoid that the assert is triggered in the optimized version on solaris 10 for x86
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/suite/funcs_1.tar.zip to the ignore list
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/51 Also use the opportunity to fix a bad merge (remove duplicate code in mysql-test-run.pl). mysql-test/mysql-test-run.pl: Fix bad merge (remove duplicate code adding --user=root arg)
-
unknown authored
mysql-test/mysql-test-run.pl: Fix typo (missing $prefix arg to mtr_add_arg(--user=root))
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
-
unknown authored
into solace.(none):/home/mtaylor/src/mysql-5.1-build BitKeeper/deleted/.del-mysql_explain_log.sh~5ddc62808e16bd57: Auto merged
-
unknown authored
-
- 05 Feb, 2008 9 commits
-
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/51 scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
-
unknown authored
cause sporadic, but benign, errors. mysql-test/lib/mtr_report.pl: Filtering out sporadic but benign error in rpl_err_ignoredtable.
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/bug31239/my51-bug31239 storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: Auto merged
-
unknown authored
ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: Move the increment to next line to avoid icc optimization problem that caused the "b" reference to be incremented
-
unknown authored
mysql-test/lib/mtr_report.pl: Ignoring benign error message (killing query causes unpredictable error messages). mysql-test/suite/binlog/t/binlog_old_versions.test: Disabling test case for embedded server. sql/rpl_rli.cc: Inititializing uninitialized variable causing valgrind warning.
-
- 04 Feb, 2008 4 commits
-
-
unknown authored
mysql-test/suite/rpl/r/rpl_user.result: Result change.
-
unknown authored
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge mysql-test/suite/rpl/r/rpl_user.result: Manual merge.
-
unknown authored
mysql-test/r/rpl_user.result: Result change.
-
unknown authored
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge mysql-test/suite/rpl/t/rpl_user.test: Manual merging.
-