Commit 6fb83ba6 authored by unknown's avatar unknown

When runnig from binary dist the .sql files are found in share/ directory


scripts/mysql_fix_privilege_tables.sql:
  Remove annoying single '
parent 261c90d0
...@@ -1417,7 +1417,8 @@ sub executable_setup () { ...@@ -1417,7 +1417,8 @@ sub executable_setup () {
# Look for mysql_fix_privilege_tables.sql script # Look for mysql_fix_privilege_tables.sql script
$file_mysql_fix_privilege_tables= $file_mysql_fix_privilege_tables=
mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql"); mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql",
"$path_share/mysql_fix_privilege_tables.sql");
if ( ! $opt_skip_ndbcluster and executable_setup_ndb()) if ( ! $opt_skip_ndbcluster and executable_setup_ndb())
{ {
......
...@@ -435,7 +435,7 @@ PRIMARY KEY TranTime (Transition_time) ...@@ -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 ( CREATE TABLE IF NOT EXISTS proc (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment