1. 05 Nov, 2007 1 commit
    • istruewing@stella.local's avatar
      Bug#31210 - INSERT DELAYED crashes server when used on · 3eaf82a1
      istruewing@stella.local authored
                  partitioned table
      
      Trying INSERT DELAYED on a partitioned table, that has not been
      used right before, crashes the server. When a table is used for
      select or update, it is kept open for some time. This period I
      mean with "right before".
      
      Information about partitioning of a table is stored in form of
      a string in the .frm file. Parsing of this string requires a
      correctly set up lexical analyzer (lex). The partitioning code
      uses a new temporary instance of a lex. But it does still refer
      to the previously active lex. The delayd insert thread does not
      initialize its lex though...
      
      Added initialization for thd->lex before open table in the delayed
      thread and at all other places where it is necessary to call
      lex_start() if all tables would be partitioned and need to parse
      the .frm file.
      3eaf82a1
  2. 10 Oct, 2007 2 commits
  3. 09 Oct, 2007 3 commits
  4. 05 Oct, 2007 2 commits
  5. 04 Oct, 2007 3 commits
  6. 01 Oct, 2007 1 commit
  7. 28 Sep, 2007 5 commits
  8. 26 Sep, 2007 1 commit
  9. 25 Sep, 2007 3 commits
  10. 24 Sep, 2007 1 commit
  11. 22 Sep, 2007 1 commit
  12. 21 Sep, 2007 2 commits
  13. 20 Sep, 2007 6 commits
  14. 19 Sep, 2007 5 commits
  15. 15 Sep, 2007 3 commits
  16. 14 Sep, 2007 1 commit