1. 07 Mar, 2006 1 commit
  2. 06 Mar, 2006 26 commits
  3. 05 Mar, 2006 1 commit
  4. 04 Mar, 2006 8 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 6db1bc42
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-root
      
      
      libmysql/libmysql.c:
        Manual merge: use local.
      tests/mysql_client_test.c:
        Manual merge: use local.
      6db1bc42
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 427062a2
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-root
      
      
      mysql-test/t/heap.test:
        Auto merged
      mysql-test/r/heap.result:
        SCCS merged
      427062a2
    • unknown's avatar
      Revert the changeset for Bug#16144 "mysql_stmt_attr_get type error": · 217d626c
      unknown authored
      it breaks binary compatibility. The patch will be left intact
      in 5.1.
      
      
      libmysql/libmysql.c:
        Revert the changeset for Bug#16144: it breaks binary compatibility.
      tests/mysql_client_test.c:
        Revert the changeset for Bug#16144: it breaks binary compatibility.
      217d626c
    • unknown's avatar
      Merge mysql.com:/home/dlenev/src/mysql-5.0-bg17866-2 · ae0f4578
      unknown authored
      into  mysql.com:/home/dlenev/src/mysql-5.0-merges
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      ae0f4578
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c41a4ac8
      unknown authored
      into  mysql.com:/opt/local/work/mysql-4.1-root
      
      
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      c41a4ac8
    • unknown's avatar
      Fix for bug #17866 "Problem with renaming table with triggers with fully · 138e34cf
      unknown authored
      qualified subject table" which was introduced during work on bug #13525
      "Rename table does not keep info of triggers".
      
      The bug was caused by the fact that during reconstruction of CREATE TRIGGER
      statement stored in .TRG file which happened during RENAME TABLE we damaged
      trigger definition in case when it contained fully qualified name of subject
      table (see comment for sql_yacc.yy for more info).
      
      
      mysql-test/r/trigger.result:
        Added test for bug #17866 "Problem with renaming table with triggers with fully
        qualified subject table".
      mysql-test/t/trigger.test:
        Added test for bug #17866 "Problem with renaming table with triggers with fully
        qualified subject table".
      sql/sql_trigger.cc:
        Table_triggers_list::change_table_name_in_triggers():
          Instead of trying to use pointer to the end of subject table identifier
          we use pointer to the beginning of FOR lexeme now, so during reconstruction
          of CREATE TRIGGER statement in this function we need to add extra space
          before part which begins with FOR to get nice trigger definition.
      sql/sql_yacc.yy:
        trigger_tail:
          In this rule we can't rely on using remember_end token after table_ident token,
          since value returned depends on whether table name is fully qualified or not.
          So instead of trying to get pointer to the end of table identifier we use
          pointer to the beginning of FOR lexeme.
      138e34cf
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · bc124195
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-bug11527
      
      bc124195
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 71f6b826
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug11527
      
      71f6b826
  5. 03 Mar, 2006 4 commits