1. 21 Feb, 2006 1 commit
    • unknown's avatar
      Bug#14871 mysqldump: invalid view dump output · 15c37025
      unknown authored
       - Add comments with embeded veriosn info around the parts of the view syntax that are only supported by a certain version of MySQL Server
      
      
      client/mysqldump.c:
        Use information_schema.views to gather information about the view, then replace some parts of the output from "SHOW CREATE VIEW" with comment markers with version, to make thos parts of the view syntax become parsed only of MySQL servers that supports it.
        Create common function "open_sql_file_for_table" to open the individual .sql file where to dump the table or view.
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Add test to see that views can be deumped and reloaded alos when they contain "SECURITY TYPE", "CHECK OPTION" and "DEFINER"
      15c37025
  2. 16 Jan, 2006 2 commits
    • unknown's avatar
      extra/comp_err.c : Fix a merge error. · db5fe0fc
      unknown authored
      
      extra/comp_err.c:
        Fix a merge error (closing '}' was lost), correct formatting (tab -> blanks).
      db5fe0fc
    • unknown's avatar
      Manual merge of the fix for bug#16106. · 111cacfc
      unknown authored
      Currently failing tests (for me) in non-debug build:
      blackhole fulltext fulltext_cache fulltext_left_join fulltext_multi
      
      
      scripts/mysqld_multi.sh:
        Auto merged
      extra/comp_err.c:
        Manual merge: From 4.1 to 5.0, the license line was moved to a different place.
      111cacfc
  3. 13 Jan, 2006 18 commits
  4. 12 Jan, 2006 19 commits