1. 12 Jan, 2006 18 commits
  2. 11 Jan, 2006 10 commits
  3. 10 Jan, 2006 12 commits
    • unknown's avatar
      Disable code for "let" to assign each column from query to it's own variable · bbec7eda
      unknown authored
      
      client/mysqltest.c:
        Disable "let" assign each column of query to own var
      mysql-test/r/mysqltest.result:
        Remove test results for disabled test
      mysql-test/t/mysqltest.test:
        Disable test for "let assigns each column of query to own var"
      bbec7eda
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 9d2def68
      unknown authored
      into  mysql.com:/home/alik/MySQL/devel/5.0-bug15110
      
      
      sql/sql_parse.cc:
        Auto merged
      9d2def68
    • unknown's avatar
      Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clause · d4d29edb
      unknown authored
      There are two main idea of this fix:
        - introduce a common function for server and client to split user value
          (<user name>@<host name>) into user name and host name parts;
        - dump DEFINER clause in correct format in mysqldump.
      
      
      BitKeeper/etc/ignore:
        added client/my_user.c libmysqld/my_user.c sql/my_user.c
      client/Makefile.am:
        Use my_user.c in linking of mysqldump executable.
      client/mysqldump.c:
        Fix for BUG#15110(mysqldump --triggers: does not include DEFINER clause)
      include/Makefile.am:
        Add my_user.c
      include/mysql_com.h:
        Introduce a constant for max user length.
      libmysqld/Makefile.am:
        Add my_user.c
      mysql-test/r/mysqldump.result:
        Update result file.
      sql-common/Makefile.am:
        Add my_user.c
      sql/Makefile.am:
        Add my_user.c
      sql/sp.cc:
        Use constant for max user length.
      sql/sp_head.cc:
        Use common function to parse user value.
      sql/sql_acl.cc:
        Use constant for max user length.
      sql/sql_parse.cc:
        Use constant for max user length.
      sql/sql_show.cc:
        Use constant for max user length.
      sql/sql_trigger.cc:
        Use constant for max user length.
      include/my_user.h:
        A header file for parse_user().
      sql-common/my_user.c:
        A new file for parse_user() implementation.
      d4d29edb
    • unknown's avatar
      Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0 · da73b0e1
      unknown authored
      into  mysql.com:/nfstmp1/ingo/autopush-773/mysql-5.0
      
      
      da73b0e1
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 8e81a9fc
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug5390
      
      
      8e81a9fc
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · fb0fcab3
      unknown authored
      into  hasky.mysql.fi:/home/jani/mysql-5.0
      
      
      fb0fcab3
    • unknown's avatar
      Post-merge changes · ffc206d9
      unknown authored
      
      mysql-test/t/disabled.def:
        Enabling type_time.test
      ffc206d9
    • unknown's avatar
      Changed function prototype. · 26e7bf4a
      unknown authored
      26e7bf4a
    • unknown's avatar
      Re-run fix-fields on condition if table was reopened in HANDLERREAD · af024409
      unknown authored
      
      sql/sql_base.cc:
        Added more comments
      sql/sql_handler.cc:
        Re-run fix-fields on condition if table was reopened
      af024409
    • unknown's avatar
      Fixed refresh_status function. · 55499cad
      unknown authored
      
      sql/sql_class.cc:
        Improved documentation on add_to_status().
      sql/sql_parse.cc:
        Changed refresh status to take thd as argument to avoid current_thd.
        Removed add_to_status away from loop, as it is not necessary for each
        variable, only required for each thread. In this case only the current
        thread.
      55499cad
    • unknown's avatar
      Merge mysql.com:/home/alexi/dev/mysql-4.1-15805 · a44c687b
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.0-15805
      
      
      mysql-test/r/type_time.result:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      a44c687b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 159eaf4f
      unknown authored
      into  mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      159eaf4f