• unknown's avatar
    always call start_bulk_insert, clarify this behaviour in comment block · e51447b1
    unknown authored
    change 10 to a #define'd constant
    
    
    myisam/myisamdef.h:
      use a constant with a difficult-to-type name instead of two-digit number :)
    sql/ha_myisam.cc:
      use a constant with a difficult-to-type name instead of two-digit number :)
    sql/sql_insert.cc:
      always call start_bulk_insert (it performs all checks itself)
      removed spurious semicolon at the end of the "if" :)
      added a clarifying comment
    e51447b1
sql_insert.cc 47.5 KB