summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2006-01-19 22:50:54 +1100
committerunknown <stewart@mysql.com>2006-01-19 22:50:54 +1100
commit71f54b97cbb6dc31c31046ef07831af15cc2ed2e (patch)
tree8c29f3ad8a66b1a372e4fa22c99d4f68e1e4f3ef /ndb
parent984484015c2a629c01686bc5ef324855dc9bba3f (diff)
downloadmariadb-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.pl2
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]));