Home
last modified time | relevance | path

Searched refs:opt_history (Results 1 – 25 of 44) sorted by relevance

12

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/configs/
H A Dseckeygen.bat14 if %1==-h goto opt_history
64 :opt_history label
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dbackup_mysql.cc1777 opt_history ? opt_history : "", /* name */ in get_xtrabackup_info()
1844 if (!opt_history) { in write_xtrabackup_info()
1891 bind[idx].buffer = (char*)(opt_history); in write_xtrabackup_info()
1892 bind[idx].buffer_length = strlen(opt_history); in write_xtrabackup_info()
1893 if (!(opt_history && *opt_history)) { in write_xtrabackup_info()
H A Dxtrabackup.h182 extern const char *opt_history;
/dports/games/powwow/powwow-1.2.17/
H A Dmain.h93 extern char opt_history;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dbackup_mysql.cc1804 opt_history ? opt_history : "", /* name */ in get_xtrabackup_info()
1866 if (!opt_history) { in write_xtrabackup_info()
1914 bind[idx].buffer = (char *)(opt_history); in write_xtrabackup_info()
1915 bind[idx].buffer_length = strlen(opt_history); in write_xtrabackup_info()
1916 if (!(opt_history && *opt_history)) { in write_xtrabackup_info()
H A Dxtrabackup.h186 extern const char *opt_history;
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.h169 extern const char *opt_history;
H A Dbackup_mysql.cc1570 opt_history ? opt_history : "", /* name */
1647 << escape_and_quote(connection, opt_history) << ","
H A Dinnobackupex.cc901 opt_history = opt_ibx_history; in ibx_init()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.h169 extern const char *opt_history;
H A Dbackup_mysql.cc1570 opt_history ? opt_history : "", /* name */ in write_xtrabackup_info()
1647 << escape_and_quote(connection, opt_history) << "," in write_xtrabackup_info()
H A Dinnobackupex.cc901 opt_history = opt_ibx_history;
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.h170 extern const char *opt_history;
H A Dbackup_mysql.cc1450 opt_history ? opt_history : "", /* name */ in write_xtrabackup_info()
1527 << escape_and_quote(connection, opt_history) << "," in write_xtrabackup_info()
H A Dinnobackupex.cc892 opt_history = opt_ibx_history; in ibx_init()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.h170 extern const char *opt_history;
H A Dbackup_mysql.cc1460 opt_history ? opt_history : "", /* name */ in write_xtrabackup_info()
1537 << escape_and_quote(connection, opt_history) << "," in write_xtrabackup_info()
H A Dinnobackupex.cc893 opt_history = opt_ibx_history; in ibx_init()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.h170 extern const char *opt_history;
H A Dbackup_mysql.cc1450 opt_history ? opt_history : "", /* name */ in write_xtrabackup_info()
1527 << escape_and_quote(connection, opt_history) << "," in write_xtrabackup_info()
H A Dinnobackupex.cc892 opt_history = opt_ibx_history; in ibx_init()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.h170 extern const char *opt_history;
H A Dbackup_mysql.cc1460 opt_history ? opt_history : "", /* name */ in write_xtrabackup_info()
1537 << escape_and_quote(connection, opt_history) << "," in write_xtrabackup_info()
H A Dinnobackupex.cc893 opt_history = opt_ibx_history; in ibx_init()
/dports/shells/bash/bash-5.1/
H A Dconfigure.ac152 opt_history=yes
197 opt_history=no opt_bang_history=no opt_dirstack=no
230 AC_ARG_ENABLE(history, AC_HELP_STRING([--enable-history], [turn on command history]), opt_history=$…
259 dnl opt_readline and opt_history are handled later, because AC_PROG_CC needs
601 if test $opt_history = yes || test $opt_bang_history = yes; then
602 if test $opt_history = yes; then

12