代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13353791
test select_found.test
#
# Testing of found_rows()
#
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
create table t1 (a int not null auto_increment, b int not null, primary key(a));
insert into t1 (b) valu
www.eeworm.com/read/187336/8833019
txt oracle9i初始化参数中文说明(5) .txt
partition_view_enabled:
说明: 如果将 PARTITION_VIEW_ENABLED 设置为 TRUE, 该优化程序将剪除 (或跳过) 分区视图中不必要的表访问。该参数还能更改基于成本的优化程序从基础表统计信息计算分区视图统计信息的方式。
值范围: TRUE | FALSE
默认值: FALSE
optimizer_max_permutations:
www.eeworm.com/read/323119/13351044
test-select
#!/usr/bin/perl
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library G
www.eeworm.com/read/100563/15872083
inl ociind.inl
template
CIndStruct::CIndStruct()
: m_Rows(0)
{
}
template
CIndStruct::CIndStruct(ub4 rows, std::vector& type)
: m_Rows(rows)
{
indpp = new dvoid * [rows];
m