summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2006-01-19 15:23:01 +0300
committerunknown <konstantin@mysql.com>2006-01-19 15:23:01 +0300
commit5f37520a093ad6b8dce17fba6aa95a322f385376 (patch)
tree7d86345f3333cebfca1732dceb0f9b1d7fe3e929 /ndb
parentc87bfd13ac7fbf4f3312e0e51a520f71b52d74b2 (diff)
parent52921923abc1dfc0c5d98fc4673f45e93d00c1c7 (diff)
downloadmariadb-git-5f37520a093ad6b8dce17fba6aa95a322f385376.tar.gz
Merge mysql.com:/opt/local/work/mysql-4.1-root
into mysql.com:/opt/local/work/mysql-5.0-root mysql-test/ndb/ndbcluster.sh: Auto merged
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]));