1. 29 Aug, 2007 1 commit
  2. 28 Aug, 2007 2 commits
  3. 27 Aug, 2007 1 commit
  4. 15 Aug, 2007 4 commits
    • stewart@flamingspork.com[stewart]'s avatar
      [PATCH] BUG#28253 ndb_size.pl: cannot set socket · 0532a625
      stewart@flamingspork.com[stewart] authored
      Index: ndb-work/storage/ndb/tools/ndb_size.pl
      ===================================================================
      0532a625
    • stewart@flamingspork.com[stewart]'s avatar
      [PATCH] Bug#29228 ndb_size.pl borks on float columns with comma in () · f788d0d8
      stewart@flamingspork.com[stewart] authored
      Index: ndb-work/storage/ndb/tools/ndb_size.pl
      ===================================================================
      f788d0d8
    • stewart@flamingspork.com[stewart]'s avatar
      [PATCH] BUG#28683 - ndb_size.pl should support more than one database · 74b475e2
      stewart@flamingspork.com[stewart] authored
      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
      ===================================================================
      74b475e2
    • stewart@willster.(none)'s avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 67510ed2
      stewart@willster.(none) authored
      into  willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
      67510ed2
  5. 14 Aug, 2007 3 commits
  6. 13 Aug, 2007 3 commits
  7. 07 Aug, 2007 1 commit
  8. 29 Jul, 2007 1 commit
  9. 28 Jul, 2007 3 commits
  10. 27 Jul, 2007 9 commits
  11. 26 Jul, 2007 3 commits
  12. 25 Jul, 2007 2 commits
  13. 13 Jul, 2007 6 commits
  14. 11 Jul, 2007 1 commit