diff options
author | serg@serg.mylan <> | 2005-01-12 12:35:34 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-12 12:35:34 +0100 |
commit | e83f49bd2ff6e1853264278408dcd549f71cab40 (patch) | |
tree | fb90e09b115f1b758402fe2b20e9514da4d2a1f4 | |
parent | 3439ce4ee33b2b0e9069a03b2f1894c8986ad59b (diff) | |
parent | b86a512e37ed2aba857b5b531daffb2d79b1dd60 (diff) | |
download | mariadb-git-e83f49bd2ff6e1853264278408dcd549f71cab40.tar.gz |
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-rw-r--r-- | sql/mysqld.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index eae63c5deb3..c6ec942d0d9 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4487,6 +4487,7 @@ struct show_var_st status_vars[]= { {"Com_truncate", (char*) (com_stat+(uint) SQLCOM_TRUNCATE),SHOW_LONG}, {"Com_unlock_tables", (char*) (com_stat+(uint) SQLCOM_UNLOCK_TABLES),SHOW_LONG}, {"Com_update", (char*) (com_stat+(uint) SQLCOM_UPDATE),SHOW_LONG}, + {"Com_update_multi", (char*) (com_stat+(uint) SQLCOM_MULTI_UPDATE),SHOW_LONG}, {"Connections", (char*) &thread_id, SHOW_LONG_CONST}, {"Created_tmp_disk_tables", (char*) &created_tmp_disk_tables,SHOW_LONG}, {"Created_tmp_tables", (char*) &created_tmp_tables, SHOW_LONG}, |