Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • patch_host_ref (id, host_id,patch_id, update_applied)

    Field

    Type

    NULL

    Key

    Default

    Extra

    id

    bigint(20) unsigned

    NO

    PRI

    NULL

    auto_increment

    host_id

    bigint(20) unsigned

    NO

    MUL

    NULL

     

    patch_id

    bigint(20) unsigned

    NO

     

    NULL

     

    update_applied

    tinyint(1)

    NO

     

    0

     

+-------------------------------------------------------------------------------+----------------------+
| Field                          | Type                      | Null   | Key   | Default   | Extra               |
+---------------------------------------------------------------------------------------------------------+
| id                              | bigint(20) unsigned  | NO    | PRI     | NULL    | auto_increment |
| host_id                      | bigint(20) unsigned  | NO     | MUL   | NULL   |                         |
| patch_id                    | bigint(20) unsigned  | NO     |           | NULL   |                         |
| update_applied           | tinyint(1)                | NO     |           | 0          |                         |
+--------------------------------------------------------------------------------+-----------------------+
Java code changes

New client APIs

...