1. 22 Feb, 2006 16 commits
  2. 21 Feb, 2006 21 commits
  3. 20 Feb, 2006 3 commits
    • unknown's avatar
      manual merge · e41f5cc4
      unknown authored
      
      sql/event.cc:
        Auto merged
      sql/event.h:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      e41f5cc4
    • unknown's avatar
      fix for bug#16407 (Events: Changes in sql_mode won't be taken into account) · 203b37ef
      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
      203b37ef
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b3673095
      unknown authored
      into lmy004.:/work/mysql-5.1-bug16406
      
      
      b3673095