1. 30 Jun, 2005 3 commits
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#10794 "mysql_stmt_attr_set no · f60ebc48
      konstantin@mysql.com authored
      open cursor after mysql_stmt_execute" + post-review fixes.
      The bug was caused by wrong flags in stmt->server_status on the client
      side: if there was no cursor, the server didn't send server_status
      flags to the client, and the old flags were used to set up the
      fetch function of a statement. Consequently, stmt_read_row_from_cursor was
      used when there was no cursor. The fix fixes the server to always
      send server flags to the client.
      f60ebc48
    • marty@linux.site's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · e4aedcc2
      marty@linux.site authored
      into  linux.site:/home/marty/MySQL/mysql-5.0
      e4aedcc2
    • ramil@mysql.com's avatar
      a fix. · 2eea2f52
      ramil@mysql.com authored
      bug #10617: Insert from same table to same table give incorrect result for bit(4) column.
      bug #11091: union involving BIT: assertion failure in Item::tmp_table_field_from_field_type
      bug #11572: MYSQL_TYPE_BIT not taken care of in temp. table creation for VIEWs 
      2eea2f52
  2. 29 Jun, 2005 11 commits
  3. 28 Jun, 2005 8 commits
  4. 27 Jun, 2005 18 commits