⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tssrv.c

📁 Mysql for Windows最新源码
💻 C
字号:
/******************************************************Test for the database server(c) 1995 Innobase OyCreated 10/10/1995 Heikki Tuuri*******************************************************/#include "srv0srv.h"#include "os0proc.h"#include "ut0mem.h"/***************************************************************************The main function of the server. */voidmain(/*=*/#ifdef notdefined	ulint	argc,	/* in: number of string arguments given on			the command line */	char*	argv[]#endif)	/* in: array of character pointers giving			the arguments */{/*	if (argc != 2) {		printf("Error! Wrong number of command line arguments!\n");		printf("Usage: ib <init-file-name>\n");		os_process_exit(1);	}*/	srv_boot("init.ib"/*argv[1]*/);	os_process_exit(0);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -