6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Sample hook file for gh-ost-on-before-cut-over
|
||
|
|
||
|
echo "$(date) gh-ost-on-before-cut-over $GH_OST_DATABASE_NAME.$GH_OST_TABLE_NAME" >> /tmp/gh-ost.log
|