summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-06-05 11:43:05 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2015-06-09 13:38:29 -0400
commitf965cae5fb04a9fd06a939a8f2b52228a62ce9fa (patch)
tree93dd6732d4fe712ad7c937028719de88f48f9e2d /mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test
parentc94789c3d38831fb7ad0781b97b28abb8a17a165 (diff)
downloadmariadb-git-f965cae5fb04a9fd06a939a8f2b52228a62ce9fa.tar.gz
MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index
Add log_bin_index, log_bin_basename and relay_log_basename system variables. Also, convert relay_log_index system variable to NO_CMD_LINE and implement --relay-log-index as a command line option.
Diffstat (limited to 'mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test')
-rw-r--r--mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test b/mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test
new file mode 100644
index 00000000000..d94d565d004
--- /dev/null
+++ b/mysql-test/suite/binlog/t/binlog_variables_log_bin_index.test
@@ -0,0 +1,4 @@
+--source include/not_embedded.inc
+
+--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
+--query_vertical SHOW VARIABLES LIKE 'log_bin%'