1. 12 Jan, 2006 19 commits
  2. 11 Jan, 2006 10 commits
  3. 10 Jan, 2006 11 commits
    • unknown's avatar
      Disable code for "let" to assign each column from query to it's own variable · dd3c5ddc
      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"
      dd3c5ddc
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · dcea7993
      unknown authored
      into  mysql.com:/home/alik/MySQL/devel/5.0-bug15110
      
      
      sql/sql_parse.cc:
        Auto merged
      dcea7993
    • unknown's avatar
      Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clause · fffe9d4f
      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.
      fffe9d4f
    • unknown's avatar
      Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0 · 35e8f352
      unknown authored
      into  mysql.com:/nfstmp1/ingo/autopush-773/mysql-5.0
      
      35e8f352
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 2e0ce8a9
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug5390
      
      2e0ce8a9
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3bb1a9d2
      unknown authored
      into  hasky.mysql.fi:/home/jani/mysql-5.0
      
      3bb1a9d2
    • unknown's avatar
      Post-merge changes · e6676d6f
      unknown authored
      
      mysql-test/t/disabled.def:
        Enabling type_time.test
      e6676d6f
    • unknown's avatar
      Changed function prototype. · 15507035
      unknown authored
      15507035
    • unknown's avatar
      Re-run fix-fields on condition if table was reopened in HANDLERREAD · 8a135a77
      unknown authored
      
      sql/sql_base.cc:
        Added more comments
      sql/sql_handler.cc:
        Re-run fix-fields on condition if table was reopened
      8a135a77
    • unknown's avatar
      Fixed refresh_status function. · 1fd9a20a
      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.
      1fd9a20a
    • unknown's avatar
      Merge mysql.com:/home/alexi/dev/mysql-4.1-15805 · 0872a9e1
      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
      0872a9e1