diff options
author | msvensson@neptunus.(none) <> | 2006-11-21 21:39:37 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-21 21:39:37 +0100 |
commit | d89db5edf8bc49d1df9ddec7caa2d7f903378d7f (patch) | |
tree | 27b1824765804d5efac1bd1990edabe28b00cf0f /scripts | |
parent | f25590d8b7607c44ea6e207274bbd059d2649440 (diff) | |
download | mariadb-git-d89db5edf8bc49d1df9ddec7caa2d7f903378d7f.tar.gz |
When runnig from binary dist the .sql files are found in share/ directory
Diffstat (limited to 'scripts')
-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 ( |