diff options
| author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-24 09:18:16 +0200 |
|---|---|---|
| committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-24 09:18:16 +0200 |
| commit | f89287cac40d740d5fafe282d5551d4b1aa35f7d (patch) | |
| tree | ad5d0887a16b8465cfecf38ac7e7b9dcd81e679b /mysql-test/t/variables_debug.test | |
| parent | bf1d4487fb5cce46ce3ceeb3d3fab005bba4036f (diff) | |
| download | mariadb-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
