summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables_debug.test
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@oracle.com>2010-09-24 09:18:16 +0200
committerJon Olav Hauglid <jon.hauglid@oracle.com>2010-09-24 09:18:16 +0200
commitf89287cac40d740d5fafe282d5551d4b1aa35f7d (patch)
treead5d0887a16b8465cfecf38ac7e7b9dcd81e679b /mysql-test/t/variables_debug.test
parentbf1d4487fb5cce46ce3ceeb3d3fab005bba4036f (diff)
downloadmariadb-git-f89287cac40d740d5fafe282d5551d4b1aa35f7d.tar.gz
Bug #54920 Stored functions are allowed in HANDLER statements,
but broken. Before this patch, it was allowed to use stored functions in HANDLER ... READ statements. The problem was that this functionality was not really supported by the code. Proper locking would for example not be performed, and it was also possible to break replication by having stored functions that performed updates. This patch disallows the use of stored functions in HANDLER ... READ. Any such statement will now give an ER_NOT_SUPPORTED_YET error. This is an incompatible change and should be reflected in the documentation. Test case added to handler_myisam/handler_innodb.test.
Diffstat (limited to 'mysql-test/t/variables_debug.test')
0 files changed, 0 insertions, 0 deletions