All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.maxwell_schema_heartbeats.sql Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
CREATE TABLE IF NOT EXISTS `heartbeats` (
  server_id int unsigned not null,
  client_id varchar(255) charset latin1 not null default 'maxwell',
  heartbeat bigint not null,
  primary key(server_id, client_id)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy