An error occurred fetching the project authors.
  1. 10 Feb, 2012 1 commit
    • Sunny Bains's avatar
      BUG#12739098 - 62401: ASSERTION TRX->ERROR_STATE == DB_SUCCESS, QUE0QUE.C LINE 1264 ON TRUNCATE · c54be492
      Sunny Bains authored
      During FIC error handling the trx->error_state was not being set to DB_SUCCESS
      after failure, before attempting the next DDL SQL operation. This reset to
      DB_SUCCESS is somewhat of a requirement though not explicitly stated anywhere.
      The fix is to reset it to DB_SUCCESS in row0merge.cc if row_merge_rename_indexes
      or row_merge_drop_index functions fail, also reset to DB_SUCCESS at trx commit.
      
      rb://935 Approved by Jimmy Yang.
      c54be492
  2. 10 May, 2011 1 commit
  3. 04 May, 2011 1 commit
  4. 02 May, 2011 2 commits
  5. 29 Apr, 2011 5 commits
  6. 27 Apr, 2011 3 commits
  7. 26 Apr, 2011 3 commits
  8. 25 Apr, 2011 1 commit
  9. 23 Apr, 2011 1 commit
  10. 22 Apr, 2011 1 commit
    • Sergey Glukhov's avatar
      Bug#11756928 48916: SERVER INCORRECTLY PROCESSING HAVING CLAUSES WITH AN ORDER BY CLAUSE · 76f37a02
      Sergey Glukhov authored
      Before sorting HAVING condition is split into two parts,
      first part is a table related condition and the rest of is
      HAVING part. Extraction of HAVING part does not take into account
      the fact that some of conditions might be non-const but
      have 'used_tables' == 0 (independent subqueries)
      and because of that these conditions are cut off by
      make_cond_for_table() function.
      The fix is to use (table_map) 0 instead of used_tables in
      third argument for make_cond_for_table() function.
      It allows to extract elements which belong to sorted
      table and in addition elements which are independend
      subqueries.
      76f37a02
  11. 21 Apr, 2011 1 commit
  12. 20 Apr, 2011 6 commits
  13. 18 Apr, 2011 4 commits
  14. 16 Apr, 2011 1 commit
  15. 15 Apr, 2011 3 commits
  16. 14 Apr, 2011 4 commits
  17. 13 Apr, 2011 1 commit
  18. 12 Apr, 2011 1 commit