mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00

PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
12 lines
76 B
Bash
Executable File
12 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mountpoint=$*
|
|
|
|
if [#($mountpoint) -eq "0"];
|
|
then
|
|
exit;
|
|
fi
|
|
|
|
|
|
|