mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
8f62579c38
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
11 lines
76 B
Bash
Executable file
11 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mountpoint=$*
|
|
|
|
if [#($mountpoint) -eq "0"];
|
|
then
|
|
exit;
|
|
fi
|
|
|
|
|
|
|