Home
last modified time | relevance | path

Searched defs:SHLIB_LINK (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb/t/
H A Dfast_upsert_values.test1 # verify that values(x) works in update expression
2
3 source include/have_tokudb.inc;
4
5 source ../include/setup_fast_update_upsert.inc;
6 set tokudb_enable_fast_upsert=1;
7
8 create table t (id int primary key, x int not null) engine = tokudb;
9
10 insert into t values (1,1);
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPwrand.schelp1 class:: Pwrand
2 summary:: embed values randomly chosen from a list
3 related:: Classes/Prand, Classes/Pxrand
4 categories:: Streams-Patterns-Events>Patterns>List
5
6 description::
7 Returns one item from the list at random for each repeat, the probability for each item is determin…
8
9 Examples::
10
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-client/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql-zhparser/zhparser-0.2.0/
H A DMakefile13 SHLIB_LINK = -lscws -L$(SCWS_HOME)/lib -Wl,-rpath -Wl,$(SCWS_HOME)/lib macro
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql10-server/postgresql-10.19/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/chkpass/
H A DMakefile10 SHLIB_LINK = $(filter -lcrypt, $(LIBS)) macro
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/sql/pgpool_adm/
H A DMakefile11 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/sql/pgpool_adm/
H A DMakefile10 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/sql/pgpool_adm/
H A DMakefile9 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/sql/pgpool_adm/
H A DMakefile9 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/sql/pgpool_adm/
H A DMakefile9 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/sql/pgpool_adm/
H A DMakefile9 SHLIB_LINK = -L../../libs/pcp/.libs -lpcp -Wl,--as-needed -Wl,-rpath,'${prefix}/lib',--enable-new-… macro
/dports/databases/lua-xapian/xapian-bindings-1.4.18/perl/Xapian/
H A DQuery.pm22 =back
23
24 =head1 SEE ALSO
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pgevent/
H A DMakefile23 SHLIB_LINK = macro

12345678910>>...15