mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +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
|
|
|
|
|
|
|