index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-06-26 12:25:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-26 12:25:24 +0200 |
commit | 130ac893e7903a39a320eeb803d4b2d8c2178288 (patch) | |
tree | 1010be7c3c502211a855b483f61246a59956ef09 /bin/bootstrap-mysql | |
parent | a716811bd1c3862f860861f24b98f632369f6e40 (diff) |
-rwxr-xr-x | bin/bootstrap-mysql | 1 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 645f7b4..1f8ab1a 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -789,6 +789,7 @@ fi 'RELOAD' '*.*' \ 'FILE' '*.*' printf 'GRANT %s ON `buildmaster`.* TO '"'"'webserver'"'"'@'"'"'localhost'"'"';\n' \ + 'CREATE TEMPORARY TABLES' \ 'SELECT' printf 'FLUSH PRIVILEGES;\n' fi |