Changes between Version 1 and Version 2 of DumpMysqlTables


Ignore:
Timestamp:
Jun 11, 2015, 2:33:59 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DumpMysqlTables

    v1 v2  
    4444    echo "Dumping table: ${t}"
    4545    mysqldump ${d} ${t} > ${BASE_DIR}/${d}/${t}.sql || exit 1
    46     ( tbl_count++ )
     46    (( tbl_count++ ))
    4747  done
    4848  echo "${tbl_count} tables dumped from database ${d} into ${BASE_DIR}/${d}"