1. 11 Jan, 2008 2 commits
    • unknown's avatar
      template_instnt.cpp, yassl_imp.cpp, handshake.cpp: · 2a3ed87d
      unknown authored
        apply patch for bug#33814
      
      
      extra/yassl/src/handshake.cpp:
        apply patch for bug#33814
      extra/yassl/src/template_instnt.cpp:
        apply patch for bug#33814
      extra/yassl/src/yassl_imp.cpp:
        apply patch for bug#33814
      2a3ed87d
    • unknown's avatar
      configure.in: · 6fd4c404
      unknown authored
        adjust version number
      
      
      configure.in:
        adjust version number
      6fd4c404
  2. 15 Nov, 2007 3 commits
    • unknown's avatar
      Prevent a sytax error in the top-level "Makefile". · f2a9ad42
      unknown authored
      
      Makefile.am:
        Prevent a sytax error in the commercial package:
        Removing "debian" would have produced an empty continuation line,
        the autotools cannot deal with that.
      f2a9ad42
    • unknown's avatar
      BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLE · 06798603
      unknown authored
      RENAME TABLE against a table with DATA/INDEX DIRECTORY overwrites
      the file to which the symlink points.
      
      This is security issue, because it is possible to create a table with
      some name in some non-system database and set DATA/INDEX DIRECTORY
      to mysql system database. Renaming this table to one of mysql system
      tables (e.g. user, host) would overwrite the system table.
      
      Return an error when the file to which the symlink points exist.
      
      (This is a copy of changeset 2007/11/06 18:09:33+04:00 svoj@mysql.com
      and its merge changesets on the way from 4.0 up to 5.0)
      
      
      mysql-test/r/symlink.result:
        A test case for BUG#32111, with after merge fix, and using proper variable.
      mysql-test/t/symlink.test:
        A test case for BUG#32111, with after merge fix, and using proper variable.
      mysys/my_symlink2.c:
        Return an error when the file to which the symlink points exist.
      06798603
    • unknown's avatar
      f48c09e9
  3. 07 Nov, 2007 1 commit
  4. 19 Oct, 2007 1 commit
  5. 10 Oct, 2007 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 75902e8d
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
      
      
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      configure.in:
        Manual merge.  Version bump.
      75902e8d
    • unknown's avatar
      Bug#27433: Parser error for MySQL 5.0.37 with Bison 1.75 for \ · e9f437db
      unknown authored
      	sql_yacc.yy
      
      Yacc rules lacked semicolons to terminate rules, which is illegal in
      old versions of bison.
      
      Added semicolons.
      
      
      sql/sql_yacc.yy:
        Add semicolons to terminate rules.
      e9f437db
  6. 04 Oct, 2007 5 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · f4b6234c
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      f4b6234c
    • unknown's avatar
      Track typedef'd struct. Name changed in Enterprise tree, but · 5008a4e7
      unknown authored
      community-exclusive file also referred to struct.
      
      
      sql/sql_profile.cc:
        Track typedef'd struct.
      sql/sql_profile.h:
        Track typedef'd struct.
      5008a4e7
    • unknown's avatar
      apply patch for bug#31035 to 5.0.50 release clone · 9e89a087
      unknown authored
      
      mysql-test/r/sp.result:
        apply patch for bug#31035
      mysql-test/t/sp.test:
        apply patch for bug#31035
      sql/item_func.cc:
        apply patch for bug#31035
      9e89a087
    • unknown's avatar
      Merge production.mysql.com:/usersnfs/jperkin/bk/build/5.0 · 61e8c538
      unknown authored
      into  production.mysql.com:/usersnfs/jperkin/bk/bug-27692/5.0
      
      
      61e8c538
    • unknown's avatar
      Restore creation of test databases and the anonymous user which · 549cbcd5
      unknown authored
      were accidentally removed during a previous rototill of this
      code.  Fixes bug#27692.
        
      While it can be argued we should strive to provide a 'secure by
      default' installation, this happens to be the setup currently
      documented in the manual as the default, so defer changes that
      improve security out of the box to a co-ordinated effort later
      on.
        
      For now, make a note about the test databases and anonymous user
      in mysql_install_db and recommend that mysql_secure_installation
      be ran for users wishing to remove these defaults.
      
      [..re-commit of previously lost change..]
      
      
      scripts/mysql_system_tables_data.sql:
        Add anonymous accounts.
      scripts/mysql_install_db.sh:
        Point users at the mysql_secure_installation script.
      mysql-test/mysql-test-run.pl:
        Add a comment where removing anonymous users.
      549cbcd5
  7. 02 Oct, 2007 1 commit
    • unknown's avatar
      testScanFilter.cpp: · 019c20bf
      unknown authored
         Updated variable size arrays to use vector like Jonas did for 5.1 so that my build would not break
      
      
      ndb/test/ndbapi/testScanFilter.cpp:
         Updated variable size arrays to use vector like Jonas did for 5.1 so that my build would not break
      019c20bf
  8. 01 Oct, 2007 2 commits
  9. 27 Sep, 2007 2 commits
  10. 26 Sep, 2007 1 commit
  11. 25 Sep, 2007 1 commit
  12. 22 Sep, 2007 1 commit
  13. 20 Sep, 2007 2 commits
    • unknown's avatar
      result fix · ad57f912
      unknown authored
      ad57f912
    • unknown's avatar
      Bug#27747 database metadata doesn't return sufficient column default info · fac190a2
      unknown authored
      added get_field_default_value() function which obtains default value from the field
      (used in store_create_info() & get_schema_column_record() functions)
      
      
      mysql-test/r/alter_table.result:
        result fix
      mysql-test/r/create.result:
        result fix
      mysql-test/r/ctype_collate.result:
        result fix
      mysql-test/r/ctype_recoding.result:
        result fix
      mysql-test/r/default.result:
        result fix
      mysql-test/r/gis.result:
        result fix
      mysql-test/r/grant.result:
        result fix
      mysql-test/r/information_schema.result:
        result fix
      mysql-test/r/key.result:
        result fix
      mysql-test/r/mysql.result:
        result fix
      mysql-test/r/ps_1general.result:
        result fix
      mysql-test/r/show_check.result:
        result fix
      mysql-test/r/sp.result:
        result fix
      mysql-test/r/type_enum.result:
        result fix
      mysql-test/r/type_ranges.result:
        result fix
      mysql-test/t/information_schema.test:
        test case
      fac190a2
  14. 19 Sep, 2007 1 commit
  15. 15 Sep, 2007 1 commit
    • unknown's avatar
      select.test: · 692b686d
      unknown authored
        Post-fix for bug#27695.
      
      
      mysql-test/t/select.test:
        Post-fix for bug#27695.
      692b686d
  16. 14 Sep, 2007 13 commits
  17. 13 Sep, 2007 1 commit