Skip to content
Snippets Groups Projects

Attempt to sanitize the database identifiers, fix #11285

Merged Jérôme Charaoui requested to merge fix_11285 into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -255,6 +255,9 @@ then
for db in $databases
do
# Sanitize database name
db=$(echo $db | tr -d \'\;)
DUMP_BASE="$MYSQLDUMP $defaultsfile $sqldumpoptions"
# Dumping structure and data
Loading