1. 22 Feb, 2006 13 commits
  2. 21 Feb, 2006 20 commits
  3. 20 Feb, 2006 7 commits
    • unknown's avatar
      manual merge · 7e10758d
      unknown authored
      
      sql/event.cc:
        Auto merged
      sql/event.h:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      7e10758d
    • unknown's avatar
      fix for bug#16407 (Events: Changes in sql_mode won't be taken into account) · 8c4dd838
      unknown authored
      WL#1032
      sql_mode setting was disregarded during create/alter event and wasn't set during
      event execution.
      (post-review small fixes)
      
      
      sql/event.cc:
        store the sql_mode when the body is stored
        - always on create event
        - during alter event if the user changes the body
      sql/event.h:
        add sql_mode as member variable
      sql/event_timed.cc:
        - exchange thd->variables.sql_mode before and after execution
        - set the sql_mode of the anonymous SP -> event_timed::sphead
      sql/sql_show.cc:
        - show real content in I_S.EVENTS.SQL_MODE , disallow NULL
      8c4dd838
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6a685a81
      unknown authored
      into lmy004.:/work/mysql-5.1-bug16406
      
      6a685a81
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6e1eaf19
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      6e1eaf19
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6757b7ab
      unknown authored
      into mysql.com:/home/psergey/mysql-5.1-look
      
      6757b7ab
    • unknown's avatar
      BUG#15448 (group_min_max test failure): Don't bypass group-min-max optimizer entry point · 8c3f2dc0
      unknown authored
      if we've got a tree of type ALWAYS or MAYBE.
      
      
      sql/opt_range.cc:
        BUG#15448 (group_min_max test failure): Don't buypass group-min-max optimizer entry point 
        if we've got a tree of type ALWAYS or MAYBE.
        The effect observed by this bug has been introduced by this cset: 
        ChangeSet 1.1967.5.2 2005/12/26 08:40:09 sergefp@mysql.com. The cset introduced PARAM::remove_jump_scans
        which purpose was to avoid making [always unsuccessful] attempts to construct index_merge for construct 
        index_merge for conditions like "t.key1partX=c1 OR t.key1partY=c2". The effect of this change was that some
        queries that previously had produced a SEL_TREE representing candidate for index_merge(X,Y) now started to 
        produce SEL_TREE with type=ALWAYS, and group-min-max analysis for these trees has been bypassed.
        In this fix we make SEL_TREE with type=ALWAYS to be processed in the same way as (SEL_TREE*)NULL, its equivalent.
      8c3f2dc0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 58ed18be
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-vanilla
      
      58ed18be