Commit 4adf52a0 authored by Faustin Lammler's avatar Faustin Lammler Committed by Sergey Vojtovich

Add missing script header

parent 1d0c2741
#!/bin/bash
src_data_dir="${MYSQLTEST_VARDIR}/mysqld.1/data/"
python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('${src_data_dir}/slocket')"
#!/bin/bash
set -e
# Insert 100 batches of 100 records each to a table with following schema:
......
#!/bin/bash
set -e
# Insert 10 batches of 10 records each to a table with following schema:
......
#!/bin/bash
src_data_dir="${MYSQLTEST_VARDIR}/mysqld.1/data/"
rm "${src_data_dir}/slocket"
#!/bin/bash
set -e
binlog_line=($(grep -o "Last binlog file position [0-9]*, file name .*\.[0-9]*" ${MYSQLTEST_VARDIR}/log/mysqld.2.err | tail -1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment