summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_time.test
diff options
context:
space:
mode:
authorunknown <chuck.bell@oracle.com>2012-01-24 11:08:57 -0500
committerunknown <chuck.bell@oracle.com>2012-01-24 11:08:57 -0500
commit461e039a07062f05082175edb1156725ac43b4c6 (patch)
tree719cef0507edf504892d259cd31a7010dc8377a7 /mysql-test/t/func_time.test
parent7615cb0890da8e33636af88511404b1822254d3f (diff)
downloadmariadb-git-461e039a07062f05082175edb1156725ac43b4c6.tar.gz
BUG#12969301 : mysql_plugin: enable is ignored if plugin exists
This patch changes the mechanism by which the client enables a plugin. Instead of using INSERT IGNORE to reload a plugin library, it now uses REPLACE INTO. This allows users to load a library multiple times replacing the existing values in the mysql.plugin table. This allows users to replace the symbol reference to a different dl name in the table. Thus permitting enabling of multiple versions of the same library without first disabling the old version. A regression test was added to ensure this feature works.
Diffstat (limited to 'mysql-test/t/func_time.test')
0 files changed, 0 insertions, 0 deletions