diff options
author | istruewing@chilla.local <> | 2007-06-15 17:47:02 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-06-15 17:47:02 +0200 |
commit | 676ea5825230e30a7eb13f66ae984b3c837314fb (patch) | |
tree | 169176241324d8c6843d01abc764014a6b487db6 /sql/mysqld.cc | |
parent | dceae3554973fe94151f81ec1d7ae9fe30d8d84a (diff) | |
parent | a877145db840edb5a54c8a428abbef44f616846b (diff) | |
download | mariadb-git-676ea5825230e30a7eb13f66ae984b3c837314fb.tar.gz |
Merge chilla.local:/home/mydev/mysql-5.0-amain
into chilla.local:/home/mydev/mysql-5.0-axmrg
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index d01e56d0fb2..720e9340c51 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -6198,8 +6198,8 @@ struct show_var_st status_vars[]= { {"Aborted_connects", (char*) &aborted_connects, SHOW_LONG}, {"Binlog_cache_disk_use", (char*) &binlog_cache_disk_use, SHOW_LONG}, {"Binlog_cache_use", (char*) &binlog_cache_use, SHOW_LONG}, - {"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONG_STATUS}, - {"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONG_STATUS}, + {"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_STATUS}, + {"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_STATUS}, {"Com_admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS}, {"Com_alter_db", (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_ALTER_DB]), SHOW_LONG_STATUS}, {"Com_alter_table", (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_ALTER_TABLE]), SHOW_LONG_STATUS}, |