diff options
author | ram@gw.mysql.r18.ru <> | 2004-06-25 15:09:26 +0500 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-06-25 15:09:26 +0500 |
commit | 65fe5e7289df6f18e382fa2aeac5f521c0900bf1 (patch) | |
tree | 3eed49910a1731e73fbedbbb22f975592126689c /scripts | |
parent | f6ea88e8a3c4a2a28fcc684397e1be7e39763973 (diff) | |
download | mariadb-git-65fe5e7289df6f18e382fa2aeac5f521c0900bf1.tar.gz |
a fix (bug #4241: system_mysql_db_fix.test fails)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh index 69bf2bebaa8..9b1ec87b74e 100644 --- a/scripts/mysql_fix_privilege_tables.sh +++ b/scripts/mysql_fix_privilege_tables.sh @@ -125,6 +125,7 @@ do if test -f $i/$file then pkgdatadir=$i + break fi done |