diff options
author | unknown <andrey@lmy004.> | 2006-01-13 12:44:15 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-01-13 12:44:15 +0100 |
commit | ef3a610638a4d0742a8b4a33e329f5f963e55bec (patch) | |
tree | f8d5bf8b38c436102077c08314aaaa02e09e37bb /scripts | |
parent | 5b69775a72dd31c50e961b882c9734025cc66e80 (diff) | |
download | mariadb-git-ef3a610638a4d0742a8b4a33e329f5f963e55bec.tar.gz |
WL #1034 (Internal CRON)
- initialize a variable in a shell scrip
scripts/mysql_create_system_tables.sh:
be strict, initialize the variable
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_create_system_tables.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh index 5fad3222682..03c148267fd 100644 --- a/scripts/mysql_create_system_tables.sh +++ b/scripts/mysql_create_system_tables.sh @@ -42,6 +42,7 @@ i_ht="" c_tzn="" c_tz="" c_tzt="" c_tztt="" c_tzls="" c_pl="" i_tzn="" i_tz="" i_tzt="" i_tztt="" i_tzls="" i_pl="" c_p="" c_pp="" +c_ev= "" # Check for old tables if test ! -f $mdata/db.frm |