-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.5.36, 10.0.9
-
Component/s: None
-
Labels:None
Using mariadb-10.0.9-linux-x86_64.tar.gz.
MariaDB [test]> show global status like 'com_insert';
|
+---------------+--------+
|
| Variable_name | Value |
|
+---------------+--------+
|
| Com_insert | 646298 |
|
+---------------+--------+
|
1 row in set (0.00 sec)
|
|
MariaDB [test]> stop slave;
|
Query OK, 0 rows affected (0.00 sec)
|
|
MariaDB [test]> show global status like 'com_insert';
|
+---------------+-------+
|
| Variable_name | Value |
|
+---------------+-------+
|
| Com_insert | 0 |
|
+---------------+-------+
|
1 row in set (0.00 sec)
|