1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

post merge fixes (from merging test fixes from bug 19914)

mysql-test/r/ndb_multi.result:
  update result file with post-merge results
sql/ha_ndbcluster.cc:
  update usage of ndb_get_table_statistics for changes made for bug 19914
This commit is contained in:
unknown
2006-10-25 20:37:10 +10:00
parent 8f628213c6
commit e11871d8bb
2 changed files with 11 additions and 8 deletions

View File

@@ -35,6 +35,10 @@ a
select * from t1;
a
2
flush status;
select * from t1;
a
2
update t1 set a=3 where a=2;
show status like 'handler_discover%';
Variable_name Value