1. 29 Mar, 2007 2 commits
    • unknown's avatar
      Bug #23491 MySQLDump prefix function call in a view by database name · 09eff0aa
      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.
      09eff0aa
    • unknown's avatar
      Merge recycle.(none):/src/bug23491/my50-bug23491 · 1edf3685
      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.
      1edf3685
  2. 27 Mar, 2007 1 commit
    • unknown's avatar
      Bug#23491 MySQLDump prefix function call in a view by database name · 609277f9
      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.
      609277f9
  3. 21 Mar, 2007 11 commits
    • unknown's avatar
      Merge recycle.(none):/src/bug27144/my50-bug27144 · 9e6d54e4
      unknown authored
      into  recycle.(none):/src/bug27144/my51-bug27144
      
      
      mysql-test/t/sp-destruct.test:
        SCCS merged
      9e6d54e4
    • unknown's avatar
      Bug#27144 sp-destruct.test is disabled on Windows · 65c34cc8
      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.
      65c34cc8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · 26088046
      unknown authored
      into  recycle.(none):/src/bug23736/my51-bug23736
      
      
      26088046
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · d344d81c
      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
      d344d81c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 2176fef4
      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
      2176fef4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new-maint · ed0badb1
      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
      ed0badb1
    • unknown's avatar
      Merge dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/MAIN/mysql-5.1-build · 94a40d6c
      unknown authored
      into  dsl-hkibras1-ff1dc300-249.dhcp.inet.fi:/home/elkin/MySQL/MAIN/mysql-5.1-new-maint
      
      
      94a40d6c
    • unknown's avatar
      Merge... · 6fb9ef87
      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
      6fb9ef87
    • unknown's avatar
      mysqlbinlog-cp932.test: · f397b422
      unknown authored
        merging
      
      
      mysql-test/t/mysqlbinlog-cp932.test:
        merging
      f397b422
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50 · 98ba309d
      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)
      98ba309d
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 20554a6c
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50
      
      
      20554a6c
  4. 20 Mar, 2007 26 commits