diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-21 21:39:37 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-21 21:39:37 +0100 |
commit | 6fb83ba6960fcb5fee0dd366c78c3f8ecd86498c (patch) | |
tree | 27b1824765804d5efac1bd1990edabe28b00cf0f /scripts/mysql_fix_privilege_tables.sql | |
parent | 261c90d0638158ce17734efa114999d850624174 (diff) | |
download | mariadb-git-6fb83ba6960fcb5fee0dd366c78c3f8ecd86498c.tar.gz |
When runnig from binary dist the .sql files are found in share/ directory
scripts/mysql_fix_privilege_tables.sql:
Remove annoying single '
Diffstat (limited to 'scripts/mysql_fix_privilege_tables.sql')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql index 3044e51a4fd..28c9aced618 100644 --- a/scripts/mysql_fix_privilege_tables.sql +++ b/scripts/mysql_fix_privilege_tables.sql @@ -435,7 +435,7 @@ PRIMARY KEY TranTime (Transition_time) # -# Create proc table if it doesn't exists +# Create proc table if it does not exists # CREATE TABLE IF NOT EXISTS proc ( |