1. 05 Oct, 2007 11 commits
  2. 04 Oct, 2007 6 commits
  3. 03 Oct, 2007 4 commits
  4. 02 Oct, 2007 8 commits
  5. 01 Oct, 2007 8 commits
  6. 29 Sep, 2007 1 commit
  7. 28 Sep, 2007 2 commits
    • evgen@moonbone.local's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 77dabba6
      evgen@moonbone.local authored
      into  moonbone.local:/work/27990-bug-5.0-opt-mysql
      77dabba6
    • evgen@moonbone.local's avatar
      Bug#27990: Wrong info in MYSQL_FIELD struct members when a tmp table was used. · b9e81c2a
      evgen@moonbone.local authored
      The change_to_use_tmp_fields function leaves the orig_table member of an
      expression's tmp table field filled for the new Item_field being created.
      Later orig_table is used by the Field::make_field function to provide some
      info about original table and field name to a user. This is ok for a field
      but for an expression it should be empty.
      
      The change_to_use_tmp_fields function now resets orig_table member of
      an expression's tmp table field to prevent providing a wrong info to a user.
      The Field::make_field function now resets the table_name and the org_col_name
      variables when the orig_table is set to 0.
      b9e81c2a