• unknown's avatar
    data0type.h, row0sel.c: · e5c76f5b
    unknown authored
      Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length
    ha_innodb.cc:
      Fix a crash in true VARCHARs in test-innodb: we passed a wrong pointer to the column conversion in an UPDATE
    rowid_order_innodb.result, ps_3innodb.result, innodb.result, endspace.result:
      Edit InnoDB test results to reflect the arrival of true VARCHARs
    
    
    mysql-test/r/endspace.result:
      Edit InnoDB test results to reflect the arrival of true VARCHARs
    mysql-test/r/innodb.result:
      Edit InnoDB test results to reflect the arrival of true VARCHARs
    mysql-test/r/ps_3innodb.result:
      Edit InnoDB test results to reflect the arrival of true VARCHARs
    mysql-test/r/rowid_order_innodb.result:
      Edit InnoDB test results to reflect the arrival of true VARCHARs
    sql/ha_innodb.cc:
      Fix a crash in true VARCHARs in test-innodb: we passed a wrong pointer to the column conversion in an UPDATE
    innobase/row/row0sel.c:
      Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length
    innobase/include/data0type.h:
      Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length
    e5c76f5b
ha_innodb.cc 188 KB