index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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 |