diff options
author | unknown <stewart@mysql.com> | 2006-01-19 22:50:54 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2006-01-19 22:50:54 +1100 |
commit | 71f54b97cbb6dc31c31046ef07831af15cc2ed2e (patch) | |
tree | 8c29f3ad8a66b1a372e4fa22c99d4f68e1e4f3ef /ndb | |
parent | 984484015c2a629c01686bc5ef324855dc9bba3f (diff) | |
download | mariadb-git-71f54b97cbb6dc31c31046ef07831af15cc2ed2e.tar.gz |
small typo fixes
mysql-test/ndb/ndbcluster.sh:
small fix to make ndb_mgmd run
ndb/tools/ndb_size.pl:
small typo
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/tools/ndb_size.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/tools/ndb_size.pl b/ndb/tools/ndb_size.pl index e0085c619f0..c285a7590fd 100644 --- a/ndb/tools/ndb_size.pl +++ b/ndb/tools/ndb_size.pl @@ -147,7 +147,7 @@ foreach(@{$tables}) { my $fixed= 1+$size; my @dynamic=$dbh->selectrow_array("select avg(length(`" - .$name. + .$name ."`)) from `".$table.'`'); $dynamic[0]=0 if !$dynamic[0]; @realsize= ($fixed,$fixed,ceil($dynamic[0])); |