1. 29 Mar, 2007 2 commits
    • unknown's avatar
      Bug #23491 MySQLDump prefix function call in a view by database name · 27cef12a
      unknown authored
      - 5.0 merged to 5.1 differences.
      
      
      sql/item_create.cc:
        Bug #23491 MySQLDump prefix function call in a view by database name
        - Added use_explicit_name to Create_sp_func::create method.
        - Default use_explicit_name to false when db name not specified.
        - Use use_explicit_name when creating sp_name object.
      sql/item_create.h:
        Bug #23491 MySQLDump prefix function call in a view by database name
        - Updated virtual function definition.
      sql/sql_yacc.yy:
        Bug #23491 MySQLDump prefix function call in a view by database name
        - Use new create method.
      27cef12a
    • unknown's avatar
      Merge recycle.(none):/src/bug23491/my50-bug23491 · 2bf8deb4
      unknown authored
      into  recycle.(none):/src/bug23491/my51-bug23491
      
      
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/r/sp-code.result:
        Auto merged
      mysql-test/r/udf.result:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      mysql-test/r/mysqldump.result:
        Manual Merge.
      sql/sql_yacc.yy:
        Manual Merge.
      2bf8deb4
  2. 27 Mar, 2007 1 commit
    • unknown's avatar
      Bug#23491 MySQLDump prefix function call in a view by database name · 820181a2
      unknown authored
      - mysqldump executes a SHOW CREATE VIEW statement to generate the text
      that it outputs.  When the function name is retrieved it's database 
      name is unconditionally prepended.  This change causes the function's 
      database name to be prepended only when it was used to define the 
      function.
      
      
      mysql-test/r/information_schema.result:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Updated Results.
      mysql-test/r/mysqldump.result:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Added new results.
      mysql-test/r/sp-code.result:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Updated Results.
      mysql-test/r/udf.result:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Updated Results.
      mysql-test/t/mysqldump.test:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Added new testcase.
      sql/item_func.cc:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Use new m_explicit_name member when deciding whether or not to prepend
        the db name while building the function name.
      sql/sp.cc:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Use new sp_name constructor.
      sql/sp_head.h:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Add m_explicit_name member to sp_name object.
        - Redefined sp_name constructor to include new member.
      sql/sql_yacc.yy:
        Bug#23491 MySQLDump prefix function call in a view by database name
        - Use new sp_name constructors.
      820181a2
  3. 21 Mar, 2007 11 commits
    • unknown's avatar
      Merge recycle.(none):/src/bug27144/my50-bug27144 · e5c91b02
      unknown authored
      into  recycle.(none):/src/bug27144/my51-bug27144
      
      
      mysql-test/t/sp-destruct.test:
        SCCS merged
      e5c91b02
    • unknown's avatar
      Bug#27144 sp-destruct.test is disabled on Windows · 1e28904b
      unknown authored
      - Update test to run properly on Windows.
      
      
      mysql-test/t/sp-destruct.test:
        Bug#27144 sp-destruct.test is disabled on Windows
        - Enabled test on Windows.
        - Replaced non-portable system commands (mkdir, rmdir, mv, cp, echo) 
        with the mysqltest builtin commands.
        - Replace Windows directory seperator in error ER_NOT_FROM_FILE with
        posix directory seperator for single test/result pair.
      1e28904b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · 30d48e92
      unknown authored
      into  recycle.(none):/src/bug23736/my51-bug23736
      
      30d48e92
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · d48f836c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-init_db.sql~e2b8d0c8390e8023:
        Auto merged
      BitKeeper/deleted/.del-test_db.sql:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      mysql-test/install_test_db.sh:
        Manual merge
      mysql-test/mysql-test-run.pl:
        Manual merge
      netware/Makefile.am:
        Manual merge
      d48f836c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · eedbddb6
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-init_db.sql~e2b8d0c8390e8023:
        Auto merged
      BitKeeper/deleted/.del-test_db.sql:
        Auto merged
      mysql-test/install_test_db.sh:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      netware/Makefile.am:
        Manual merge
      eedbddb6
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new-maint · 2b9bcb8c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-init_db.sql~e2b8d0c8390e8023:
        Auto merged
      BitKeeper/deleted/.del-test_db.sql:
        Auto merged
      include/my_pthread.h:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      mysql-test/install_test_db.sh:
        Manual merge
      mysql-test/r/flush2.result:
        Manual merge
      netware/Makefile.am:
        Manual merge
      2b9bcb8c
    • unknown's avatar
      Merge dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/MAIN/mysql-5.1-build · 5352c1ca
      unknown authored
      into  dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/MAIN/mysql-5.1-new-maint
      
      5352c1ca
    • unknown's avatar
      Merge... · 75ca9ccb
      unknown authored
      Merge dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.1/bug26079_binlog_max_innodb
      into  dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/MAIN/mysql-5.1-new-maint
      
      
      sql/log.cc:
        Auto merged
      75ca9ccb
    • unknown's avatar
      mysqlbinlog-cp932.test: · 386a2148
      unknown authored
        merging
      
      
      mysql-test/t/mysqlbinlog-cp932.test:
        merging
      386a2148
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50 · 130ffea0
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/51
      
      
      BitKeeper/deleted/.del-libmysqld.vcproj~a75d5b9a5967dea0:
        Null merge (use local)
      BitKeeper/deleted/.del-make_win_bin_dist:
        Null merge (use local)
      BitKeeper/deleted/.del-mysql.sln~76a9ff1e793b3547:
        Null merge (use local)
      BitKeeper/deleted/.del-mysqld.vcproj~6aa7b3f9c3e28fcb:
        Null merge (use local)
      BitKeeper/deleted/.del-mysqldemb.vcproj~54c64d55ccc51a7c:
        Null merge (use local)
      BitKeeper/deleted/.del-mysys.vcproj~40a49d09c4184822:
        Null merge (use local)
      BitKeeper/deleted/.del-vio.vcproj~b7c21b4e2d6a9b85:
        Null merge (use local)
      130ffea0
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 95f3675c
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50
      
      95f3675c
  4. 20 Mar, 2007 26 commits