You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PATCH] View name contains space, backup fails (#3)
* Improved unit tests
* Migrated to latest shunit2 & now using github as source
* Added test cases & improved tests
* Bug fix for `View name contains space`
* Added exit codes & added tests
Copy file name to clipboardExpand all lines: .travis.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,8 @@ before_script: |
34
34
before_install:
35
35
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('testbench'), host='%', password_last_changed=FROM_UNIXTIME(1523829600) where User='root'; update user set plugin='mysql_native_password'; delete from user where User != 'root' OR host != '%'; delete from user where User = 'sys'; FLUSH PRIVILEGES;"
echo${GRANTS_LIST}| mysql --default-character-set=utf8 --skip-comments ${MYSQL_CONN}| sed 's/\(GRANT .*\)/\1;/;s/^\(Grants for .*\)/-- \1 --/;/--/{x;p;x;}'>${BACKUP_DIR}/grants.sql
0 commit comments