summaryrefslogtreecommitdiff
path: root/storage/ndb/tools/ndb_size.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
|
* [PATCH] BUG#28253 ndb_size.pl: cannot set socketstewart@flamingspork.com[stewart]2007-08-151-8/+20
| | | | | Index: ndb-work/storage/ndb/tools/ndb_size.pl ===================================================================
* [PATCH] Bug#29228 ndb_size.pl borks on float columns with comma in ()stewart@flamingspork.com[stewart]2007-08-151-0/+2
| | | | | Index: ndb-work/storage/ndb/tools/ndb_size.pl ===================================================================
* [PATCH] BUG#28683 - ndb_size.pl should support more than one databasestewart@flamingspork.com[stewart]2007-08-151-29/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by: Monty Taylor <mtaylor@mysql.com> Fixes by: Stewart Smith Added the ability to run ndb_size.pl on mulitple databases and also to exclude lists of databases and tables from analysis. --- Added schema name information to index table calculations as well. --- Made database an optional parameter, the exclusion of which causes all databases to be examined. If selecting from information_schema fails, attempt to fall back to show tables from --- Added support for setting an optional "real_table_name" for a table to deal with unique indexe size calcs. --- Fixed report title for the case where we are using operating on more than one database. --- Fixed some perl style concerns timothy had. Cull the list of databases in perl rather than passing both an in and a not in list to MySQL Get this full list of databases from show databases if needed. storage/ndb/tools/ndb_size.pl@stripped, 2007-05-25 13:45:44-07:00, mtaylor@qualinost.(none) +102 -28 Added the ability to run ndb_size.pl on mulitple databases and also to exclude lists of databases and tables from analysis. --- Added schema name information to index table calculations as well. --- Made database an optional parameter, the exclusion of which causes all databases to be examined. If selecting from information_schema fails, attempt to fall back to show tables from --- Added support for setting an optional "real_table_name" for a table to deal with unique indexe size calcs. --- Fixed report title for the case where we are using operating on more than one database. --- Fixed some perl style concerns timothy had. Cull the list of databases in perl rather than passing both an in and a not in list to MySQL Get this full list of databases from show databases if needed. Index: ndb-work/storage/ndb/tools/ndb_size.pl ===================================================================
* Bug #24228 ndb_size.pl requires non-standard HTML::Template modulestewart@willster.(none)2007-04-241-251/+1558
| | | | | | | Bug #24227 ndb_size.pl should report default values instead of < default for config params Bug #24229 ndb_size.pl doesn't compute Index usage correctly Big ndb_size.pl update
* Merge bodhi.local:/opt/local/work/mysql-5.0-runtimekostja@bodhi.local2006-11-021-53/+118
| | | | into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
* Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-021-1/+1
| | | | into mysql.com:/home/kostja/mysql/mysql-5.1-merge
* Merge mysql.com:/home/dlenev/src/mysql-5.0-bg14836dlenev@mysql.com2005-12-241-3/+3
| | | | into mysql.com:/home/dlenev/src/mysql-5.1-merges
* Merge mysql.com:/home/mysql_src/mysql-5.0-vanguilhem@mysql.com2005-11-191-12/+75
| | | | | | into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (2nd try; Pekka kindly accepted to fix storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp and storage/ndb/src/kernel/vm/SimulatedBlock.cpp after I push).
* mergetomas@poseidon.ndb.mysql.com2005-10-061-0/+263