mariadb/fs/mysqlfsck
monty@work.mysql.com 8f62579c38 Added all changes from old 4.0 version:
PSTACK, libmysqld and MySQL filesystem
UPDATE ... ORDER BY
DELETE ... ORDER BY
New faster fulltext handling
Faster compressed keys
2001-04-11 13:04:03 +02:00

11 lines
76 B
Bash
Executable file

#!/bin/sh
mountpoint=$*
if [#($mountpoint) -eq "0"];
then
exit;
fi