mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge mysql.com:/home/kent/bk/tmp2/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp2/mysql-5.1-build sql/gen_lex_hash.cc: Auto merged support-files/mysql.spec.sh: Auto merged BitKeeper/deleted/.del-my_create_tables.c~c121a0c4c427ebb: Auto merged BitKeeper/deleted/.del-my_manage.c~4de50e721d227d19: Auto merged BitKeeper/deleted/.del-my_manage.h~9d2cbc1e8bc894f: Auto merged BitKeeper/deleted/.del-mysql_test_run_new.c~a23ab2c4b28b25ad: Auto merged BitKeeper/deleted/.del-mysql_test_run_new.dsp~9d8078f3f02fcc8e: Auto merged BitKeeper/deleted/.del-mysql_test_run_new.vcproj~1ddaed30361efefe: Auto merged BitKeeper/deleted/.del-mysql_test_run_new_ia64.dsp~e7ee71ec8d2995e3: Auto merged
This commit is contained in:
@ -1,16 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 1979-1996 TcX AB & Monty Program KB & Detron HB
|
# Copyright (C) 1979-2007 MySQL AB
|
||||||
#
|
#
|
||||||
# This software is distributed with NO WARRANTY OF ANY KIND. No author or
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# distributor accepts any responsibility for the consequences of using it, or
|
# it under the terms of the GNU General Public License as published by
|
||||||
# for whether it serves any particular purpose or works at all, unless he or
|
# the Free Software Foundation; version 2 of the License.
|
||||||
# she says so in writing. Refer to the Free Public License (the "License")
|
|
||||||
# for full details.
|
|
||||||
#
|
#
|
||||||
# Every copy of this file must include a copy of the License, normally in a
|
# This program is distributed in the hope that it will be useful,
|
||||||
# plain ASCII text file named PUBLIC. The License grants you the right to
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# copy, modify and redistribute this file, but only under certain conditions
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# described in the License. Among other things, the License requires that
|
# GNU General Public License for more details.
|
||||||
# the copyright notice and this notice be preserved on all copies.
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; see the file COPYING. If not, write to the
|
||||||
|
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
|
||||||
|
# MA 02110-1301 USA.
|
||||||
|
|
||||||
@bindir@/replace msqlConnect mysql_connect msqlListDBs mysql_list_dbs msqlNumRows mysql_num_rows msqlFetchRow mysql_fetch_row msqlFetchField mysql_fetch_field msqlFreeResult mysql_free_result msqlListFields mysql_list_fields msqlListTables mysql_list_tables msqlErrMsg 'mysql_error(mysql)' msqlStoreResult mysql_store_result msqlQuery mysql_query msqlField mysql_field msqlSelect mysql_select msqlSelectDB mysql_select_db msqlNumFields mysql_num_fields msqlClose mysql_close msqlDataSeek mysql_data_seek m_field MYSQL_FIELD m_result MYSQL_RES m_row MYSQL_ROW msql mysql mSQL mySQL MSQL MYSQL msqlCreateDB mysql_create_db msqlDropDB mysql_drop_db msqlFieldSeek mysql_field_seek -- $*
|
@bindir@/replace msqlConnect mysql_connect msqlListDBs mysql_list_dbs msqlNumRows mysql_num_rows msqlFetchRow mysql_fetch_row msqlFetchField mysql_fetch_field msqlFreeResult mysql_free_result msqlListFields mysql_list_fields msqlListTables mysql_list_tables msqlErrMsg 'mysql_error(mysql)' msqlStoreResult mysql_store_result msqlQuery mysql_query msqlField mysql_field msqlSelect mysql_select msqlSelectDB mysql_select_db msqlNumFields mysql_num_fields msqlClose mysql_close msqlDataSeek mysql_data_seek m_field MYSQL_FIELD m_result MYSQL_RES m_row MYSQL_ROW msql mysql mSQL mySQL MSQL MYSQL msqlCreateDB mysql_create_db msqlDropDB mysql_drop_db msqlFieldSeek mysql_field_seek -- $*
|
||||||
|
@ -445,10 +445,24 @@ int main(int argc,char **argv)
|
|||||||
/* Broken up to indicate that it's not advice to you, gentle reader. */
|
/* Broken up to indicate that it's not advice to you, gentle reader. */
|
||||||
printf("/*\n\n Do " "not " "edit " "this " "file " "directly!\n\n*/\n");
|
printf("/*\n\n Do " "not " "edit " "this " "file " "directly!\n\n*/\n");
|
||||||
|
|
||||||
printf("/* Copyright (C) 2001-2004 MySQL AB\n\
|
printf("\
|
||||||
This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n\
|
/* Copyright (C) 2001-2004 MySQL AB\n\
|
||||||
and you are welcome to modify and redistribute it under the GPL license\n\
|
\n\
|
||||||
\n*/\n\n");
|
This program is free software; you can redistribute it and/or modify\n\
|
||||||
|
it under the terms of the GNU General Public License as published by\n\
|
||||||
|
the Free Software Foundation; version 2 of the License.\n\
|
||||||
|
\n\
|
||||||
|
This program is distributed in the hope that it will be useful,\n\
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
||||||
|
GNU General Public License for more details.\n\
|
||||||
|
\n\
|
||||||
|
You should have received a copy of the GNU General Public License\n\
|
||||||
|
along with this program; see the file COPYING. If not, write to the\n\
|
||||||
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston\n\
|
||||||
|
MA 02110-1301 USA. */\n\
|
||||||
|
\n\
|
||||||
|
");
|
||||||
|
|
||||||
/* Broken up to indicate that it's not advice to you, gentle reader. */
|
/* Broken up to indicate that it's not advice to you, gentle reader. */
|
||||||
printf("/* Do " "not " "edit " "this " "file! This is generated by "
|
printf("/* Do " "not " "edit " "this " "file! This is generated by "
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
# Copyright (C) 2000-2007 MySQL AB
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; see the file COPYING. If not, write to the
|
||||||
|
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
|
||||||
|
# MA 02110-1301 USA.
|
||||||
|
|
||||||
%define mysql_version @VERSION@
|
%define mysql_version @VERSION@
|
||||||
|
|
||||||
@ -71,12 +86,9 @@ is intended for mission-critical, heavy-load production systems as well
|
|||||||
as for embedding into mass-deployed software. MySQL is a trademark of
|
as for embedding into mass-deployed software. MySQL is a trademark of
|
||||||
MySQL AB.
|
MySQL AB.
|
||||||
|
|
||||||
The MySQL software has Dual Licensing, which means you can use the MySQL
|
Copyright (C) 2000-2007 MySQL AB
|
||||||
software free of charge under the GNU General Public License
|
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||||
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
|
and you are welcome to modify and redistribute it under the GPL license.
|
||||||
licenses from MySQL AB if you do not wish to be bound by the terms of
|
|
||||||
the GPL. See the chapter "Licensing and Support" in the manual for
|
|
||||||
further info.
|
|
||||||
|
|
||||||
The MySQL web site (http://www.mysql.com/) provides the latest
|
The MySQL web site (http://www.mysql.com/) provides the latest
|
||||||
news and information about the MySQL software. Also please see the
|
news and information about the MySQL software. Also please see the
|
||||||
@ -96,12 +108,9 @@ is intended for mission-critical, heavy-load production systems as well
|
|||||||
as for embedding into mass-deployed software. MySQL is a trademark of
|
as for embedding into mass-deployed software. MySQL is a trademark of
|
||||||
MySQL AB.
|
MySQL AB.
|
||||||
|
|
||||||
The MySQL software has Dual Licensing, which means you can use the MySQL
|
Copyright (C) 2000-2007 MySQL AB
|
||||||
software free of charge under the GNU General Public License
|
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||||
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
|
and you are welcome to modify and redistribute it under the GPL license.
|
||||||
licenses from MySQL AB if you do not wish to be bound by the terms of
|
|
||||||
the GPL. See the chapter "Licensing and Support" in the manual for
|
|
||||||
further info.
|
|
||||||
|
|
||||||
The MySQL web site (http://www.mysql.com/) provides the latest
|
The MySQL web site (http://www.mysql.com/) provides the latest
|
||||||
news and information about the MySQL software. Also please see the
|
news and information about the MySQL software. Also please see the
|
||||||
|
Reference in New Issue
Block a user