1. 22 Feb, 2006 16 commits
  2. 21 Feb, 2006 21 commits
  3. 20 Feb, 2006 3 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