Home
last modified time | relevance | path

Searched refs:default_is_null (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sql/
Drecovery.cc366 const bool default_is_null = (default_type == COLUMN_TYPE_NULL); in AutoRecoverTable() local
423 if (not_null && default_is_null) in AutoRecoverTable()
431 if (default_is_null) { in AutoRecoverTable()