Home
last modified time | relevance | path

Searched +refs:history +refs:truncate +refs:file (Results 1 – 25 of 4541) sorted by relevance

12345678910>>...182

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/perfschema/include/
H A Dstage_setup.inc19 # and a t/stage_xxx-master.opt file
52 truncate table performance_schema.setup_actors;
55 enabled='YES', history='YES';
58 enabled='YES', history='YES';
61 enabled='YES', history='YES';
64 enabled='YES', history='YES';
77 truncate performance_schema.events_stages_summary_global_by_event_name;
78 truncate performance_schema.events_stages_history;
79 truncate performance_schema.events_stages_history_long;
82 truncate performance_schema.events_statements_history;
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/readline/
H A Dtest.tst25 (readline:history-stifled-p) 0
26 (readline:stifle-history 100) NIL
31 (readline:where-history) 0
32 (readline:history-total-bytes) 0
34 (defparameter *history-file* "readline-history-file") *history-file*
35 (readline:write-history *history-file*) 0
36 (readline:append-history 1000 *history-file*) 0
37 (readline:read-history *history-file*) 0
38 (readline:read-history-range *history-file* 0 -1) 0
39 (readline:history-truncate-file *history-file* 10) 0
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/file/scribblings/
H A Dico.scrbl2 @(require "common.rkt" (for-label file/ico))
6 @defmodule[file/ico]
8 The @racketmodname[file/ico] library provides functions for reading
30 @history[#:changed "6.3" @elem{A PNG-format icon can have a
40 @history[#:added "6.3"]}
59 'replace 'truncate
60 'must-truncate 'truncate/replace)
65 @filepath{.ico} file. If @racket[dest] is not an output port,
66 @racket[exists] is passed on to @racket[open-output-file] to open
106 @history[#:added "6.3"]}
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/docs/reference/commandline/
H A Dhistory.md2 title: "history"
4 keywords: "docker, image, history"
7 <!-- This file is maintained within the docker/cli GitHub
9 pull requests against that repo. If you see this file in
11 periodically be overwritten by the definitive file. Pull
12 requests which include edits to this file in other repositories
16 # history chapter
21 Show the history of an image
27 --no-trunc Don't truncate output
37 $ docker history docker
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dfile-ports.scrbl113 @history[#:changed "6.0.1.6" @elem{Added @racket[#:for-module?].}]
128 'must-truncate 'truncate/replace) 'error]
162 @item{@indexed-racket['truncate] --- remove all old data, if the file
169 @item{@indexed-racket['truncate/replace] --- try @racket['truncate];
228 @history[#:changed "6.9.0.6" @elem{On Unix and Mac OS, make @racket['truncate/replace]
240 'replace 'truncate 'truncate/replace) 'error]
276 … 'replace 'truncate 'truncate/replace) 'error]
292 @history[#:changed "8.1.0.3" @elem{Added the @racket[#:permissions] argument.}]}
315 @history[#:changed "8.1.0.3" @elem{Added the @racket[#:permissions] argument.}]}
337 … 'replace 'truncate 'truncate/replace) 'error]
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/import/helpers/form/
H A Dform.tpl84 {l s="Choose from history / FTP"}
219 <input id="truncate" name="truncate" type="checkbox"/>
393 // add a disabled state when empty history
395 if($('.csv-history-nb').text() == 0){
396 $('button.csv-history-btn').attr('disabled','disabled');
398 $('button.csv-history-btn').attr('disabled',false);
438 $('.csv-history-nb').html(items);
471 $('.csv-history-btn').on('click',function(e){
489 if ($('#truncate').get(0).checked) {
503 $("#truncate").closest('.form-group').hide();
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test8 where name like "wait/io/file/myisam/%";
13 truncate table performance_schema.events_waits_history_long;
16 truncate table performance_schema.events_statements_summary_by_digest;
36 # for other instruments could still be added in the history.
38 # "and event_name like "wait/io/file/myisam/%"
47 and event_name like "wait/io/file/myisam/%"
50 # In case of failures, this will tell if file io are lost.
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
52 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/perfschema/t/
H A Dmyisam_file_io.test10 where name like "wait/io/file/myisam/%";
15 truncate table performance_schema.events_waits_history_long;
18 truncate table performance_schema.events_statements_summary_by_digest;
38 # for other instruments could still be added in the history.
40 # "and event_name like "wait/io/file/myisam/%"
49 and event_name like "wait/io/file/myisam/%"
53 # In case of failures, this will tell if file io are lost.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/docs/reference/commandline/
H A Dhistory.md2 title: "history"
3 description: "The history command description and usage"
4 keywords: "docker, image, history"
7 # history chapter
10 Usage: docker history [OPTIONS] IMAGE
12 Show the history of an image
18 --no-trunc Don't truncate output
28 $ docker history docker
42 $ docker history docker:scm
45 88b42ffd1f7c 5 months ago /bin/sh -c #(nop) ADD file:1fd8d7f9f6557cafc7 373.7 MB
[all …]

12345678910>>...182