Home
last modified time | relevance | path

Searched refs:WSREP_ERROR (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_utils.cc88 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
109 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
229 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
237 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
248 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
275 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
311 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
342 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
393 WSREP_ERROR("Process was aborted."); in wait()
415 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_check_opts.cc210 WSREP_ERROR ("Bad value for *%s: '%s'. Should be integer.", in get_long_long()
261 WSREP_ERROR ("Could not copy argv vector: not enough memory."); in check_opts()
268 WSREP_ERROR ("Failed to normalize options."); in check_opts()
275 WSREP_ERROR ("Failed to parse options."); in check_opts()
309 if (err) { WSREP_ERROR("get_bool error: %s", strerror(err)); return err; } in check_opts()
312 WSREP_ERROR ("Memory locking is not supported (locked_in_memory=%s)", in check_opts()
322 WSREP_ERROR ("wsrep_sst_method is set to 'mysqldump' yet " in check_opts()
338 WSREP_ERROR ("%s SST method requires wsrep_cluster_address to be " in check_opts()
364 WSREP_ERROR ("Only binlog_format = 'ROW' is currently supported. " in check_opts()
374 if (err) { WSREP_ERROR("get_bool error: %s", strerror(err)); return err; } in check_opts()
[all …]
H A Dwsrep_sst.cc218 WSREP_ERROR("SST failed: %d (%s)", in wsrep_sst_wait()
420 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
760 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
793 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
838 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
864 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
923 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
999 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1006 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1040 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
H A Dwsrep_binlog.cc40 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
87 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
152 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_once()
244 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_once()
273 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
320 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_inc()
369 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
391 WSREP_ERROR("failed to initialize io-cache"); in wsrep_dump_rbr_direct()
398 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_direct()
417 WSREP_ERROR("RBR inconsistent"); in wsrep_dump_rbr_direct()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_utils.cc85 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
106 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
226 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
234 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
244 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
271 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
307 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
338 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
389 WSREP_ERROR("Process was aborted."); in wait()
411 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_sst.cc220 WSREP_ERROR("SST failed: %d (%s)", in wsrep_sst_wait()
421 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
756 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
789 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
834 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
860 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
919 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
995 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1002 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1036 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
H A Dwsrep_binlog.cc34 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
81 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
146 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_once()
215 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_once()
241 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
279 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_inc()
324 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
346 WSREP_ERROR("failed to initialize io-cache"); in wsrep_dump_rbr_direct()
353 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_direct()
372 WSREP_ERROR("RBR inconsistent"); in wsrep_dump_rbr_direct()
[all …]
H A Dwsrep_check_opts.cc209 WSREP_ERROR ("Bad value for *%s: '%s'. Should be integer.", in get_long_long()
246 WSREP_ERROR ("Bad value for *%s: '%s'. Should be '0', '1' or empty string.", in get_bool()
260 WSREP_ERROR ("Could not copy argv vector: not enough memory."); in check_opts()
267 WSREP_ERROR ("Failed to normalize options."); in check_opts()
274 WSREP_ERROR ("Failed to parse options."); in check_opts()
300 WSREP_ERROR ("Parallel applying (wsrep_slave_threads > 1) requires" in check_opts()
308 if (err) { WSREP_ERROR("get_bool error: %s", strerror(err)); return err; } in check_opts()
311 WSREP_ERROR ("Memory locking is not supported (locked_in_memory=%s)", in check_opts()
321 WSREP_ERROR ("wsrep_sst_method is set to 'mysqldump' yet " in check_opts()
337 WSREP_ERROR ("%s SST method requires wsrep_cluster_address to be " in check_opts()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_utils.cc89 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
110 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
230 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
238 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
248 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
274 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
310 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
341 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
392 WSREP_ERROR("Process was aborted."); in wait()
414 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_sst.cc557 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1107 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1340 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1380 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1493 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1558 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1643 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1739 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1746 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1785 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
H A Dwsrep_binlog.cc43 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
71 WSREP_ERROR("could not (re)allocate buffer: %zu + %u", in wsrep_write_cache_buf()
128 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
168 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_inc()
193 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
208 WSREP_ERROR("RBR dump path truncated: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
218 WSREP_ERROR("Failed to write buffer of length %llu to '%s'", in wsrep_dump_rbr_buf()
225 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
253 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf_with_header()
271 WSREP_ERROR("Failed to open file '%s' : %d (%s)", in wsrep_dump_rbr_buf_with_header()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_utils.cc89 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
110 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
230 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
238 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
248 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
274 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
310 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
341 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
392 WSREP_ERROR("Process was aborted."); in wait()
414 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_sst.cc556 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1105 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1338 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1378 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1489 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1554 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1639 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1735 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1742 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1781 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
H A Dwsrep_binlog.cc43 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
71 WSREP_ERROR("could not (re)allocate buffer: %zu + %u", in wsrep_write_cache_buf()
128 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
168 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_inc()
193 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
208 WSREP_ERROR("RBR dump path truncated: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
218 WSREP_ERROR("Failed to write buffer of length %llu to '%s'", in wsrep_dump_rbr_buf()
225 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
253 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf_with_header()
271 WSREP_ERROR("Failed to open file '%s' : %d (%s)", in wsrep_dump_rbr_buf_with_header()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_utils.cc89 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
110 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
230 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
238 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
248 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
274 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
310 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
341 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
392 WSREP_ERROR("Process was aborted."); in wait()
414 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_sst.cc556 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1105 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1338 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1378 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1489 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1554 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1639 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1735 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1742 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1781 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
H A Dwsrep_binlog.cc43 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
71 WSREP_ERROR("could not (re)allocate buffer: %zu + %u", in wsrep_write_cache_buf()
128 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
168 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_inc()
193 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
208 WSREP_ERROR("RBR dump path truncated: %d, skipping dump.", len); in wsrep_dump_rbr_buf()
218 WSREP_ERROR("Failed to write buffer of length %llu to '%s'", in wsrep_dump_rbr_buf()
225 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
253 WSREP_ERROR("snprintf error: %d, skipping dump.", len); in wsrep_dump_rbr_buf_with_header()
271 WSREP_ERROR("Failed to open file '%s' : %d (%s)", in wsrep_dump_rbr_buf_with_header()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_utils.cc86 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
107 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
227 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
235 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
245 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
271 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
307 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
338 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
389 WSREP_ERROR("Process was aborted."); in wait()
411 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_binlog.cc39 WSREP_ERROR("failed to initialize io-cache");
152 WSREP_ERROR("failed to initialize io-cache");
226 WSREP_ERROR("failed to reinitialize io-cache");
256 WSREP_ERROR("failed to initialize io-cache");
362 WSREP_ERROR("Failed to open file '%s': %d (%s)",
401 WSREP_ERROR("failed to initialize io-cache");
408 WSREP_ERROR("Failed to open file '%s': %d (%s)",
432 WSREP_ERROR("RBR inconsistent");
439 WSREP_ERROR("failed to reinitialize io-cache");
491 WSREP_ERROR("Failed to open file '%s' : %d (%s)",
[all …]
H A Dwsrep_sst.cc240 WSREP_ERROR("SST failed: %d (%s)", in wsrep_sst_wait()
544 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1036 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1254 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1297 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1400 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1465 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1516 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1618 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1658 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_utils.cc86 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
107 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
227 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
235 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
245 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
271 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
307 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
338 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
389 WSREP_ERROR("Process was aborted."); in wait()
411 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_binlog.cc39 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_buf()
152 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_once()
226 WSREP_ERROR("failed to reinitialize io-cache"); in wsrep_write_cache_once()
256 WSREP_ERROR("failed to initialize io-cache"); in wsrep_write_cache_inc()
362 WSREP_ERROR("Failed to open file '%s': %d (%s)", in wsrep_dump_rbr_buf()
401 WSREP_ERROR("failed to initialize io-cache");
408 WSREP_ERROR("Failed to open file '%s': %d (%s)",
432 WSREP_ERROR("RBR inconsistent");
439 WSREP_ERROR("failed to reinitialize io-cache");
491 WSREP_ERROR("Failed to open file '%s' : %d (%s)", in wsrep_dump_rbr_buf_with_header()
[all …]
H A Dwsrep_sst.cc240 WSREP_ERROR("SST failed: %d (%s)", in wsrep_sst_wait()
544 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1036 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1254 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1297 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1400 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1465 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1516 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1618 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1658 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_utils.cc89 WSREP_ERROR ("Failed to find 'PATH' environment variable. " in wsrep_prepend_PATH()
110 WSREP_ERROR("Failed to allocate env. var: %s", e[i]); in ctor_common()
230 WSREP_ERROR ("Failed to allocate pargv[] array."); in process()
238 WSREP_ERROR ("posix_spawnattr_init() failed: %d (%s)", in process()
248 WSREP_ERROR ("posix_spawnattr_setsigmask() failed: %d (%s)", in process()
274 WSREP_ERROR ("posix_spawnattr_setflags() failed: %d (%s)", in process()
310 WSREP_ERROR ("posix_spawnp(%s) failed: %d (%s)", in process()
341 WSREP_ERROR ("posix_spawnattr_destroy() failed: %d (%s)", in process()
392 WSREP_ERROR("Process was aborted."); in wait()
414 WSREP_ERROR("Command did not run: %s", str_); in wait()
[all …]
H A Dwsrep_sst.cc557 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_joiner_thread()
1107 WSREP_ERROR("sst_prepare_other(): appending data " in sst_prepare_other()
1340 WSREP_ERROR("Try %d/%d: '%s' failed: %d (%s)", in sst_run_shell()
1380 WSREP_ERROR("sst_donate_mysqldump(): " in sst_donate_mysqldump()
1493 WSREP_ERROR("SST query: %s failed", query); in run_sql_command()
1558 WSREP_ERROR("Failed to flush and lock tables"); in sst_flush_tables()
1643 WSREP_ERROR("Failed to disallow InnoDB writes"); in sst_disallow_writes()
1739 WSREP_ERROR("Failed to read from: %s", proc.cmd()); in sst_donor_thread()
1746 WSREP_ERROR("Failed to execute: %s : %d (%s)", in sst_donor_thread()
1785 WSREP_ERROR("sst_donate_other(): " in sst_donate_other()
[all …]

1234567