You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Moved rpl_api test to manual tests, since there is an endless loop
for now without timeout.
This commit is contained in:
@@ -47,7 +47,7 @@ static int test_rpl_01(MYSQL *mysql)
|
||||
|
||||
while((event= mariadb_rpl_fetch(rpl, event)))
|
||||
{
|
||||
printf("event: %d\n", event->event_type);
|
||||
diag("event: %d\n", event->event_type);
|
||||
}
|
||||
mariadb_free_rpl_event(event);
|
||||
mariadb_rpl_close(rpl);
|
||||
|
Reference in New Issue
Block a user