• unknown's avatar
    fix for bug#12913 · 11bd1f87
    unknown authored
    (Simple SQL can crash server or connection)
    (not initialized member leads to server crash)
    
    
    mysql-test/r/create.result:
      result of test for bug #12913
    mysql-test/t/create.test:
      test for bug#12913
      (Simple SQL can crash server or connection)
    sql/sql_table.cc:
      copy the interval pointer too or a bit later
      dereferencing of this pointer being 0x0 will crash the server
      (see bug #12913)
    11bd1f87
create.test 13.8 KB