~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/r/binlog_innodb.result

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-02-10 16:42:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210164205-ej41ocvm4z1s14nq
Tags: 5.1.31-1ubuntu1
* Merge from debian experimental, remaining changes: 
  - debian/mysql-server-5.1.config: ask for MySQL root password at priority
    high instead of medium so that the password prompt is seen on a default
    install. (LP: #319843)
  - debian/control: 
    + Don't build mysql-server, mysql-client, mysql-common and 
      libmysqlclient15-dev binary packages since they're still provided 
      by mysql-dfsg-5.0.
    + Rename libmysqlclient-dev package to libmysqlclient16-dev (LP: #316280).
      Make it conflict with libmysqlclient15-dev.
    + Make mysql-{client,server}-5.1 packages conflict and
      replace mysql-{client,server}-5.0, but not provide 
      mysql-{client,server}.
    + Depend on a specific version of mysql-common rather than the src 
      version of mysql-dfsg-5.1 since mysql-common is currently part of
      mysql-dfsg-5.0.
  - debian/rules: added -fno-strict-aliasing to CFLAGS to get
    around mysql testsuite build failures.
* debian/patches/92_ssl_test_cert.dpatch: certificate expiration in 
  test suite (LP: #323755).
* Dropped changes:
  - all of the changes made to support both 5.0 and 5.1 installed at the
    same time have been dropped now that amarok doesn't depend on
    mysql-server-5.1 anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
master-bin.000001       #       Update_rows     #       #       table_id: # flags: STMT_END_F
114
114
master-bin.000001       #       Xid     #       #       COMMIT /* XID */
115
115
DROP TABLE t1;
 
116
flush status;
116
117
show status like "binlog_cache_use";
117
118
Variable_name   Value
118
 
Binlog_cache_use        15
 
119
Binlog_cache_use        0
119
120
show status like "binlog_cache_disk_use";
120
121
Variable_name   Value
121
122
Binlog_cache_disk_use   0
122
123
create table t1 (a int) engine=innodb;
123
124
show status like "binlog_cache_use";
124
125
Variable_name   Value
125
 
Binlog_cache_use        16
 
126
Binlog_cache_use        1
126
127
show status like "binlog_cache_disk_use";
127
128
Variable_name   Value
128
129
Binlog_cache_disk_use   1
131
132
commit;
132
133
show status like "binlog_cache_use";
133
134
Variable_name   Value
134
 
Binlog_cache_use        17
 
135
Binlog_cache_use        2
135
136
show status like "binlog_cache_disk_use";
136
137
Variable_name   Value
137
138
Binlog_cache_disk_use   1