Update of mysql-prepare-db-dir.sh
- Solves: https://bugzilla.redhat.com/show_bug.cgi?id=1382988
This commit is contained in:
parent
873305ba73
commit
6409446a34
@ -20,7 +20,7 @@ ls_check_datadir ()
|
|||||||
should_initialize ()
|
should_initialize ()
|
||||||
{
|
{
|
||||||
case `ls_check_datadir "$1"` in
|
case `ls_check_datadir "$1"` in
|
||||||
""|lost+found) true ;;
|
""|lost+found|*.err) true ;;
|
||||||
*) false ;;
|
*) false ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user