1. 20 Jan, 2005 1 commit
  2. 19 Jan, 2005 2 commits
    • ingo@mysql.com's avatar
      BUG#6034 - Error code 124: Wrong medium type. · fd0fdcda
      ingo@mysql.com authored
      Version for 4.1. Committed for merge.
      If the result table is one of the select tables in INSERT SELECT,
      we must not disable the result tables indexes before selecting.
      mysql_execute_command() detects the match for other reasons and
      adds the flag OPTION_BUFFER_RESULT to the 'select_options'. 
      In this case the result is put into a temporary table first. 
      Hence, we can defer the preparation of the insert
      table until the result is to be used.
      fd0fdcda
    • ingo@mysql.com's avatar
      BUG#6034 - Error code 124: Wrong medium type. · 9a914a00
      ingo@mysql.com authored
      Version for 4.0. Committed for merge.
      If the result table is one of the select tables in INSERT SELECT,
      we must not disable the result tables indexes before selecting.
      mysql_execute_command() detects the match for other reasons and
      adds the flag OPTION_BUFFER_RESULT to the 'select_options'. 
      In this case the result is put into a temporary table first. 
      Hence, we can defer the preparation of the insert
      table until the result is to be used.
      9a914a00
  3. 18 Jan, 2005 11 commits
  4. 17 Jan, 2005 19 commits
  5. 16 Jan, 2005 6 commits
  6. 15 Jan, 2005 1 commit