diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-02-01 16:14:00 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-02-01 16:14:00 +0100 |
commit | 824cc1c0f2cce5da6fe8b632ca8b3386f34ae50b (patch) | |
tree | f0cea98fce2046d7099a16d1cbe471658fe81193 /mysql-test/r/overflow.result | |
parent | 6aa4913f4705b4fa990f844d7bd1a2231937c90f (diff) | |
download | mariadb-git-824cc1c0f2cce5da6fe8b632ca8b3386f34ae50b.tar.gz |
bug in the test case fixed
mysql-test/suite/binlog/r/binlog_killed.result:
bug in the test case fixed: the function *must* be declared as
NOT DETERMINISTIC because it has side effects (it waits on
the get_lock() when invoked more than once).
When declared DETERMINISTIC, MariaDB feels free to cache the result
and shortcut the execution, which breaks the test logic
mysql-test/suite/binlog/t/binlog_killed.test:
bug in the test case fixed: the function *must* be declared as
NOT DETERMINISTIC because it has side effects (it waits on
the get_lock() when invoked more than once).
When declared DETERMINISTIC, MariaDB feels free to cache the result
and shortcut the execution, which breaks the test logic
Diffstat (limited to 'mysql-test/r/overflow.result')
0 files changed, 0 insertions, 0 deletions