mirror of
https://github.com/kedarvj/mysqldumpsplitter.git
synced 2025-08-22 08:04:08 +02:00
Version 3.0
Complete Rewrite. Error handling.
This commit is contained in:
@@ -74,7 +74,7 @@ parse_result()
|
|||||||
|
|
||||||
## Parse Extract Operation
|
## Parse Extract Operation
|
||||||
case $EXTRACT in
|
case $EXTRACT in
|
||||||
ALLDBS|ALLTABLES|REGEXP ) ;;
|
ALLDBS|ALLTABLES ) ;;
|
||||||
DB|TABLE|REGEXP)
|
DB|TABLE|REGEXP)
|
||||||
if [ "$OBJECT_NAME" = '' ]; then
|
if [ "$OBJECT_NAME" = '' ]; then
|
||||||
echo "${txtred}ERROR: Expecting input for option --match_string.${txtrst}"
|
echo "${txtred}ERROR: Expecting input for option --match_string.${txtrst}"
|
||||||
|
Reference in New Issue
Block a user