summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-16294 post-merge cleanupsSergei Golubchik2018-10-311-2/+4
| | | | Closes #757
* MDEV-16294: remove INSTALL SONAME IF EXISTS optionDaniel Black2018-10-311-5/+1
| | | | | | | | As it isn't used. This leaves a less clustered syntax for a INSTALL IF EXISTS SONAME option which could be added later. This option could be checking the existance of the soname rather than the installed plugin name which the rest of the INSTALL IF NOT EXISTS is focused around.`
* MDEV-16294: postfix - INSTALL PLUGIN IF NOT EXISTSDaniel Black2018-10-311-7/+30
| | | | | | Fix also UNINSTALL SONAME IF EXISTS Complete test case to INSTALL/UNINSTALL errors are generated
* MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN IF EXISTSDaniel Black2018-10-311-0/+19
| | | | | | | | | | Add INSTALL SONAME IF NOT EXISTS; syntax only, installing duplicate SONAMES doesn't currently cause any errors or warnings. UNINSTALL SONAME IF EXISTS was added. Allow the installation / uninstallation of plugins without doing checks for existence first.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+267