码迷,mamicode.com
首页 >  
搜索关键字:fsp    ( 26个结果
new
innobase_start_or_create_for_mysql fsp_header_init btr_create call:fseg_create(space, 0, PAGE_HEADER + PAGE_BTR_SEG_TOP, mtr); ...
分类:其他好文   时间:2015-11-26 20:56:12    阅读次数:181
函数fsp_try_extend_data_file
扩展表空间/***********************************************************************//**Tries to extend the last data file of a tablespace if it is auto-exte...
分类:其他好文   时间:2015-11-26 14:56:40    阅读次数:136
函数fsp_get_space_header
/**********************************************************************//**Gets a pointer to the space header and x-locks its page.@return pointer ...
分类:其他好文   时间:2015-11-25 21:51:54    阅读次数:188
函数fsp_alloc_seg_inode
从inode page中申请inode entryinode = fsp_alloc_seg_inode(space_header, mtr);/**********************************************************************//**All...
分类:其他好文   时间:2015-11-23 21:52:13    阅读次数:246
函数buf_ptr_get_fsp_addr
/**********************************************************************//**Gets the space id, page offset, and byte offset within page of apointer poi...
分类:其他好文   时间:2015-11-23 18:51:21    阅读次数:154
函数fsp_alloc_seg_inode_page
分配一个新的inode page/**********************************************************************//**Allocates a new file segment inode page.@return TRUE if ...
分类:其他好文   时间:2015-11-18 00:48:45    阅读次数:218
函数xdes_find_bit
使用方法free = xdes_find_bit(descr, XDES_FREE_BIT, TRUE,hint % FSP_EXTENT_SIZE, mtr);/********************************************************************...
分类:其他好文   时间:2015-11-16 15:49:45    阅读次数:317
函数fsp_get_space_header
/**********************************************************************//**Gets a pointer to the space header and x-locks its page.@return pointer ...
分类:其他好文   时间:2015-11-16 15:48:02    阅读次数:153
函数fsp_alloc_free_page
/**********************************************************************//**Allocates a single free page from a space. The page is marked as used.@retv...
分类:其他好文   时间:2015-11-15 00:54:46    阅读次数:210
php中利用fsockopen实现异步执行
一、Client.php文件通过fsockopen,将请求转发到Server.php<?php echo‘start‘.time(),PHP_EOL; $fsp=fsockopen(‘suiwnet.my‘,‘80‘,$errno,$errstr,30); //这里指定要请求的地址/CliTest/Server.php $header="GET/CliTest/Server.phpHTTP/1.1\r\n"; $header.="Host:suiwnet.my..
分类:Web程序   时间:2015-08-03 14:57:23    阅读次数:167
26条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!