Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
  2. Jun 27, 2013
  3. Jun 25, 2013
  4. Jun 24, 2013
  5. Jun 23, 2013
  6. Jun 22, 2013
    • Konstantin Osipov's avatar
      key-validate: review fixes · 9f11c4a8
      Konstantin Osipov authored
      - introduce primary_key_validate
      - make asserts follow the coding style
      - the original patch introduced a regression
      in the error message when using a multi-part
      key in update/delete: since, in the original patch,
      key_validate was invoked before primary-key validation,
      the error message changed to a less suitable one. Remove
      this.
      - an assert that something is not NULL is useless noise,
      since a few lines down there's definitely going to be
      NULL pointer dereference.
      9f11c4a8
  7. Jun 21, 2013
  8. Jun 20, 2013
  9. Jun 19, 2013
Loading