1. 01 Aug, 2007 8 commits
  2. 27 Jul, 2007 2 commits
  3. 25 Jul, 2007 2 commits
  4. 24 Jul, 2007 1 commit
  5. 20 Jul, 2007 7 commits
  6. 19 Jul, 2007 17 commits
  7. 18 Jul, 2007 3 commits
    • cmiller@zippy.cornsilk.net's avatar
      Bug#26909: Specified key was too long; max key length is 255 bytes \ · 832fd24c
      cmiller@zippy.cornsilk.net authored
      	when creating table
      
      Federated tables had an artificially low maximum of key length, 
      because the handler failed to implement a method to return it and 
      the default value is taked from the prototype handler.
      
      Now, implement that method and return the maximum possible key
      length, which is that of InnoDB.
      832fd24c
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #28524. · 3f91aeda
      gshchepa/uchum@gleb.loc authored
      For each view the mysqldump utility creates a temporary table
      with the same name and the same columns as the view 
      in order to satisfy views that depend on this view.
      After the creation of all tables, mysqldump drops all
      temporary tables and creates actual views.
      However, --skip-add-drop-table and --compact flags disable
      DROP TABLE statements for those temporary tables. Thus, it was
      impossible to create the views because of existence of the
      temporary tables with the same names.
      3f91aeda
    • kent@mysql.com/kent-amd64.(none)'s avatar
      CMakeLists.txt, configure.js: · 7c1d25d9
      kent@mysql.com/kent-amd64.(none) authored
        Allow to set mysqld exe suffix
      7c1d25d9