• Nayuta Yanagisawa's avatar
    MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) ||... · 5045509b
    Nayuta Yanagisawa authored
    MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed, Assertion `str.alloced_length() >= str.length() + data_len' failed
    
    Spider crashes on a query that inserts some rows including float.
    This is because Spider allocates a string of insufficient length.
    5045509b
spd_db_mysql.cc 532 KB