Home
last modified time | relevance | path

Searched +refs:compact +refs:tables (Results 1 – 25 of 10155) sorted by relevance

12345678910>>...407

/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dmysqldump.test15 --exec $MYSQL_DUMP --compact test
16 --echo # dump by tables order 1
17 --exec $MYSQL_DUMP --compact --tables test t1 a1 x1
18 --echo # dump by tables order 2
19 --exec $MYSQL_DUMP --compact --tables test a1 t1 x1
20 --echo # dump by tables only tables
21 --exec $MYSQL_DUMP --compact --tables test t1
22 --echo # dump by tables only sequences
23 --exec $MYSQL_DUMP --compact --tables test a1 x1
36 unlock tables;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/s3/
H A Dmysqldump.test9 --echo # mysqldump with --copy-s3-tables=0 (by default)
11 --exec $MYSQL_DUMP --compact $database
13 --echo # mysqldump with --copy-s3-tables=0 (by default) XML
17 --exec $MYSQL_DUMP --compact -X $database
19 --echo # mysqldump with --copy-s3-tables=1
21 --exec $MYSQL_DUMP --compact --copy-s3-tables=1 $database
23 --echo # mysqldump with --copy-s3-tables=1 XML
27 --exec $MYSQL_DUMP --compact --copy-s3-tables=1 -X $database
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/s3/
H A Dmysqldump.test9 --echo # mysqldump with --copy-s3-tables=0 (by default)
11 --exec $MYSQL_DUMP --compact $database
13 --echo # mysqldump with --copy-s3-tables=0 (by default) XML
17 --exec $MYSQL_DUMP --compact -X $database
19 --echo # mysqldump with --copy-s3-tables=1
21 --exec $MYSQL_DUMP --compact --copy-s3-tables=1 $database
23 --echo # mysqldump with --copy-s3-tables=1 XML
27 --exec $MYSQL_DUMP --compact --copy-s3-tables=1 -X $database
/dports/multimedia/libv4l/linux-5.13-rc2/net/ethtool/
H A Dtunnels.c26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size()
39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local
55 if (!info->tables[i].n_entries) in ethnl_tunnel_info_reply_size()
58 ret = ethnl_udp_table_reply_size(info->tables[i].tunnel_types, in ethnl_tunnel_info_reply_size()
59 compact); in ethnl_tunnel_info_reply_size()
68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size()
99 if (!info->tables[i].n_entries) in ethnl_tunnel_info_fill_reply()
107 info->tables[i].n_entries)) in ethnl_tunnel_info_fill_reply()
111 &info->tables[i].tunnel_types, NULL, in ethnl_tunnel_info_fill_reply()
113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ethtool/
H A Dtunnels.c26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size()
39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local
55 if (!info->tables[i].n_entries) in ethnl_tunnel_info_reply_size()
58 ret = ethnl_udp_table_reply_size(info->tables[i].tunnel_types, in ethnl_tunnel_info_reply_size()
59 compact); in ethnl_tunnel_info_reply_size()
68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size()
99 if (!info->tables[i].n_entries) in ethnl_tunnel_info_fill_reply()
107 info->tables[i].n_entries)) in ethnl_tunnel_info_fill_reply()
111 &info->tables[i].tunnel_types, NULL, in ethnl_tunnel_info_fill_reply()
113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ethtool/
H A Dtunnels.c26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size()
39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local
55 if (!info->tables[i].n_entries) in ethnl_tunnel_info_reply_size()
58 ret = ethnl_udp_table_reply_size(info->tables[i].tunnel_types, in ethnl_tunnel_info_reply_size()
59 compact); in ethnl_tunnel_info_reply_size()
68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size()
99 if (!info->tables[i].n_entries) in ethnl_tunnel_info_fill_reply()
107 info->tables[i].n_entries)) in ethnl_tunnel_info_fill_reply()
111 &info->tables[i].tunnel_types, NULL, in ethnl_tunnel_info_fill_reply()
113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
[all …]
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Dread.ftable.Rd14 Read, write and coerce \sQuote{flat} (contingency) tables, aka
25 method = c("non.compact", "row.compact", "col.compact", "compact"),
62 \item{"row.compact"}{a row-compact version without empty cells
64 \item{"col.compact"}{a column-compact version without empty cells
66 \item{"compact"}{a row- and column-compact version. This may imply
86 tables with only one column variable the name of which is the only
93 Note that flat tables are characterized by their \sQuote{ragged}
101 tables. Different versions are available via the \code{method}
102 argument, which may be useful, for example, for constructing LaTeX tables.
105 \code{\link{ftable}} for more information on flat contingency tables.
[all …]
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Dread.ftable.Rd14 Read, write and coerce \sQuote{flat} (contingency) tables, aka
25 method = c("non.compact", "row.compact", "col.compact", "compact"),
62 \item{"row.compact"}{a row-compact version without empty cells
64 \item{"col.compact"}{a column-compact version without empty cells
66 \item{"compact"}{a row- and column-compact version. This may imply
86 tables with only one column variable the name of which is the only
93 Note that flat tables are characterized by their \sQuote{ragged}
101 tables. Different versions are available via the \code{method}
102 argument, which may be useful, for example, for constructing LaTeX tables.
105 \code{\link{ftable}} for more information on flat contingency tables.
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dmysqldump-nl.test26 flush tables;
29 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
32 exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
35 show tables from `mysqltest1
48 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
52 exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/migration/
H A Dcreate_table_with_foreign_keys.rb57 tables = all_target_tables(node).uniq
59 tables.length > 1 && !(tables & high_traffic_tables).empty?
69 .compact
74 .compact
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/bash/
H A Dcollect_mysql_info.sh188 …p-comments --skip-add-locks --skip-add-drop-table --compact --skip-lock-all-tables --skip-lock-tab…
203 …p-comments --skip-add-locks --skip-add-drop-table --compact --skip-lock-all-tables --skip-lock-tab…
212 …p-comments --skip-add-locks --skip-add-drop-table --compact --skip-lock-all-tables --skip-lock-tab…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dlong_deadlock_cycle.result43 mysql tables in use 1, locked 1
50 Record lock, heap no 3 PHYSICAL RECORD: n_fields 3; compact format; info bits 0
58 Record lock, heap no 2 PHYSICAL RECORD: n_fields 3; compact format; info bits 0
66 mysql tables in use 1, locked 1
73 Record lock, heap no 2 PHYSICAL RECORD: n_fields 3; compact format; info bits 0
89 mysql tables in use 1, locked 1
112 mysql tables in use 1, locked 1
185 mysql tables in use 1, locked 1
208 mysql tables in use 1, locked 1
231 mysql tables in use 1, locked 1
[all …]
/dports/lang/ocaml/ocaml-4.05.0/lex/
H A Dcompact.ml121 let do_pack state_num orig compact =
126 b + 257 > Array.length compact.c_trans
128 grow_compact compact
133 if compact.c_check.(b + pos) = -1 then
140 compact.c_trans.(base + pos) <- v;
143 if base + 257 > compact.c_last_used then
144 compact.c_last_used <- base + 257;
160 (* Build the tables *)
204 let tables =
217 else (* when no memory moves, do not emit related tables *)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/lex/
H A Dcompact.ml121 let do_pack state_num orig compact =
126 b + 257 > Array.length compact.c_trans
128 grow_compact compact
133 if compact.c_check.(b + pos) = -1 then
140 compact.c_trans.(base + pos) <- v;
143 if base + 257 > compact.c_last_used then
144 compact.c_last_used <- base + 257;
160 (* Build the tables *)
204 let tables =
217 else (* when no memory moves, do not emit related tables *)
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/suite/innodb_zip/t/
H A Dinnodb-zip.test16 create table t3(a int primary key) engine=innodb row_format=compact;
30 key_block_size=1 row_format=compact;
42 FROM information_schema.tables WHERE engine='innodb';
48 FROM information_schema.tables WHERE engine='innodb';
49 alter table t1 row_format=compact;
51 FROM information_schema.tables WHERE engine='innodb';
54 FROM information_schema.tables WHERE engine='innodb';
87 FROM information_schema.tables WHERE engine='innodb';
198 FROM information_schema.tables WHERE engine='innodb';
212 key_block_size = 8 row_format = compact;
[all …]

12345678910>>...407