X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=ftsbench.git;a=blobdiff_plain;f=utils.c;fp=utils.c;h=5f7c6a965e4a50d07dda76822f5bea93cbaf2546;hp=213f2fba6afbeadedaac80bedf8e4759f8c776e5;hb=34dc32fe558e25dfe4c7c80b94b126e597ebac2f;hpb=430dd7ec2f63bd59274f832a28d45eb6cf737cbd diff --git a/utils.c b/utils.c index 213f2fb..5f7c6a9 100644 --- a/utils.c +++ b/utils.c @@ -87,8 +87,8 @@ printScheme() { fputs( "--summary stats\n" "CREATE TABLE fb_search (\n" - " id integer NOT NULL,\n" "--link to fb_create.id\n" + " id integer NOT NULL,\n" " f_and boolean NOT NULL,\n" " f_or boolean NOT NULL,\n" " nclients integer NOT NULL,\n" @@ -107,7 +107,6 @@ printScheme() { " f_and boolean NOT NULL,\n" " f_or boolean NOT NULL,\n" " nclients integer NOT NULL,\n" - " query text NOT NULL,\n" " nres integer NOT NULL,\n" " elapsed double precision NOT NULL\n" ");\n",