Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4c814139
Commit
4c814139
authored
Feb 19, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
86763e61
a50023d7
Changes
16
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
793 additions
and
797 deletions
+793
-797
VC++Files/client/mysqlclient.vcproj
VC++Files/client/mysqlclient.vcproj
+3
-3
VC++Files/dbug/dbug.vcproj
VC++Files/dbug/dbug.vcproj
+3
-3
VC++Files/libmysql/libmysql.vcproj
VC++Files/libmysql/libmysql.vcproj
+226
-226
VC++Files/libmysqld/libmysqld.vcproj
VC++Files/libmysqld/libmysqld.vcproj
+492
-492
VC++Files/mysqlserver/mysqlserver.vcproj
VC++Files/mysqlserver/mysqlserver.vcproj
+2
-2
VC++Files/sql/mysqld.vcproj
VC++Files/sql/mysqld.vcproj
+12
-17
client/Makefile.am
client/Makefile.am
+7
-7
client/mysqlimport.c
client/mysqlimport.c
+6
-0
dbug/dbug.c
dbug/dbug.c
+12
-0
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+16
-8
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-0
mysql-test/r/mysqldump.result
mysql-test/r/mysqldump.result
+0
-30
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+7
-6
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+2
-0
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+2
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+2
-1
No files found.
VC++Files/client/mysqlclient.vcproj
View file @
4c814139
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
PreprocessorDefinitions=
"
DBUG_OFF;_WINDOWS;USE_TLS;MYSQL_CLIENT;NDEBUG
"
PreprocessorDefinitions=
"
NDEBUG;DBUG_OFF;__WIN__;_WINDOWS;USE_TLS;MYSQL_CLIENT
"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
PreprocessorDefinitions=
"
DBUG_OFF;_WINDOWS;USE_TLS;MYSQL_CLIENT;NDEBUG
;CHECK_LICENSE;LICENSE=Commercial"
PreprocessorDefinitions=
"
NDEBUG;DBUG_OFF;__WIN__;_WINDOWS;USE_TLS;MYSQL_CLIENT
;CHECK_LICENSE;LICENSE=Commercial"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
Optimization=
"0"
Optimization=
"0"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
AdditionalIncludeDirectories=
"../include,../,../extra/yassl/include"
PreprocessorDefinitions=
"_DEBUG;
SAFEMALLOC;SAFE_MUTEX;_WINDOWS
;USE_TLS;MYSQL_CLIENT"
PreprocessorDefinitions=
"_DEBUG;
__WIN__;_WINDOWS;SAFEMALLOC;SAFE_MUTEX
;USE_TLS;MYSQL_CLIENT"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\debug/mysqlclient.pch"
PrecompiledHeaderFile=
".\debug/mysqlclient.pch"
AssemblerListingLocation=
".\debug/"
AssemblerListingLocation=
".\debug/"
...
...
VC++Files/dbug/dbug.vcproj
View file @
4c814139
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
Optimization=
"0"
Optimization=
"0"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include"
AdditionalIncludeDirectories=
"../include"
PreprocessorDefinitions=
"__WIN
32__;_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS
;USE_TLS"
PreprocessorDefinitions=
"__WIN
__;_WINDOWS;_DEBUG;SAFEMALLOC;SAFE_MUTEX
;USE_TLS"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\dbug___Win32_TLS_DEBUG/dbug.pch"
PrecompiledHeaderFile=
".\dbug___Win32_TLS_DEBUG/dbug.pch"
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include"
AdditionalIncludeDirectories=
"../include"
PreprocessorDefinitions=
"
DBUG_OFF;_WINDOWS;NDEBUG
"
PreprocessorDefinitions=
"
__WIN__;_WINDOWS;NDEBUG;DBUG_OFF
"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
Optimization=
"0"
Optimization=
"0"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include"
AdditionalIncludeDirectories=
"../include"
PreprocessorDefinitions=
"__WIN
32__;_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS
"
PreprocessorDefinitions=
"__WIN
__;_WINDOWS;_DEBUG;SAFEMALLOC;SAFE_MUTEX
"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\debug/dbug.pch"
PrecompiledHeaderFile=
".\debug/dbug.pch"
...
...
VC++Files/libmysql/libmysql.vcproj
View file @
4c814139
This diff is collapsed.
Click to expand it.
VC++Files/libmysqld/libmysqld.vcproj
View file @
4c814139
This diff is collapsed.
Click to expand it.
VC++Files/mysqlserver/mysqlserver.vcproj
View file @
4c814139
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
"../include,../regex,../sql,../storage/bdb/build_win32,libmysqld"
AdditionalIncludeDirectories=
"../include,../regex,../sql,../storage/bdb/build_win32,libmysqld"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;
HAVE_BERKELEY_DB;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS;WITH_BERKELEY_STORAGE_ENGINE
;WITH_INNOBASE_STORAGE_ENGINE"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;
USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS
;WITH_INNOBASE_STORAGE_ENGINE"
BasicRuntimeChecks=
"3"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
UsePrecompiledHeader=
"2"
UsePrecompiledHeader=
"2"
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
Optimization=
"2"
Optimization=
"2"
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../include,../regex,../sql,../storage/bdb/build_win32,../libmysqld"
AdditionalIncludeDirectories=
"../include,../regex,../sql,../storage/bdb/build_win32,../libmysqld"
PreprocessorDefinitions=
"WIN32;
NDEBUG;_LIB;HAVE_BERKELEY_DB;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;DBUG_OFF;USE_TLS;WITH_BERKELEY_STORAGE_ENGINE
;WITH_INNOBASE_STORAGE_ENGINE"
PreprocessorDefinitions=
"WIN32;
_LIB;NDEBUG;DBUG_OFF;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS
;WITH_INNOBASE_STORAGE_ENGINE"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
...
VC++Files/sql/mysqld.vcproj
View file @
4c814139
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../storage/bdb/build_win32,../include,../regex,../extra/yassl/include,../zlib"
AdditionalIncludeDirectories=
"../storage/bdb/build_win32,../include,../regex,../extra/yassl/include,../zlib"
PreprocessorDefinitions=
"
NDEBUG;__NT__
;DBUG_OFF;HAVE_INNOBASE_DB;HAVE_BERKELEY_DB;HAVE_ARCHIVE_DB;HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_BERKELEY_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
PreprocessorDefinitions=
"
__NT__;NDEBUG
;DBUG_OFF;HAVE_INNOBASE_DB;HAVE_BERKELEY_DB;HAVE_ARCHIVE_DB;HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_BERKELEY_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -212,7 +212,7 @@
...
@@ -212,7 +212,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../regex,../zlib,../extra/yassl/include"
AdditionalIncludeDirectories=
"../include,../regex,../zlib,../extra/yassl/include"
PreprocessorDefinitions=
"__NT__;
DBUG_OFF;NDEBUG;HAVE_INNOBASE_DB;HAVE_ARCHIVE_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_ARCHIVE
_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
PreprocessorDefinitions=
"__NT__;
NDEBUG;DBUG_OFF;HAVE_INNOBASE_DB;HAVE_ARCHIVE_DB;HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION
_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
Optimization=
"0"
Optimization=
"0"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../storage/bdb/build_win32,../include,../regex,../extra/yassl/include,../zlib"
AdditionalIncludeDirectories=
"../storage/bdb/build_win32,../include,../regex,../extra/yassl/include,../zlib"
PreprocessorDefinitions=
"_DEBUG;SAFEMALLOC;SAFE_MUTEX;HAVE_INNOBASE_DB;HAVE_
BERKELEY_DB;HAVE_ARCHIVE_DB;HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_BERKELEY
_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
PreprocessorDefinitions=
"_DEBUG;SAFEMALLOC;SAFE_MUTEX;HAVE_INNOBASE_DB;HAVE_
ARCHIVE_DB;HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE
_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\debug/mysqld.pch"
PrecompiledHeaderFile=
".\debug/mysqld.pch"
AssemblerListingLocation=
".\debug/"
AssemblerListingLocation=
".\debug/"
...
@@ -521,7 +521,7 @@
...
@@ -521,7 +521,7 @@
InlineFunctionExpansion=
"1"
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../zlib,../include,../regex,../extra/yassl/include"
AdditionalIncludeDirectories=
"../zlib,../include,../regex,../extra/yassl/include"
PreprocessorDefinitions=
"NDEBUG;DBUG_OFF;HAVE_INNOBASE_DB;HAVE_ARCHIVE_DB;
MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_ARCHIVE
_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
PreprocessorDefinitions=
"NDEBUG;DBUG_OFF;HAVE_INNOBASE_DB;HAVE_ARCHIVE_DB;
HAVE_BLACKHOLE_DB;HAVE_EXAMPLE_DB;HAVE_FEDERATED_DB;MYSQL_SERVER;_WINDOWS;_CONSOLE;HAVE_DLOPEN;WITH_INNOBASE_STORAGE_ENGINE;WITH_ARCHIVE_STORAGE_ENGINE;WITH_BLACKHOLE_STORAGE_ENGINE;WITH_EXAMPLE_STORAGE_ENGINE;WITH_FEDERATED_STORAGE_ENGINE;WITH_PARTITION
_STORAGE_ENGINE;HAVE_ROW_BASED_REPLICATION"
StringPooling=
"TRUE"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
EnableFunctionLevelLinking=
"TRUE"
...
@@ -1374,7 +1374,8 @@
...
@@ -1374,7 +1374,8 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"Debug|Win32"
>
Name=
"Debug|Win32"
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
...
@@ -1437,8 +1438,7 @@
...
@@ -1437,8 +1438,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"nt|Win32"
Name=
"nt|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
@@ -1481,8 +1481,7 @@
...
@@ -1481,8 +1481,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"Release|Win32"
Name=
"Release|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
@@ -1518,8 +1517,7 @@
...
@@ -1518,8 +1517,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"nt|Win32"
Name=
"nt|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
@@ -1562,8 +1560,7 @@
...
@@ -1562,8 +1560,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"Release|Win32"
Name=
"Release|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
@@ -1901,8 +1898,7 @@
...
@@ -1901,8 +1898,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"nt|Win32"
Name=
"nt|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
@@ -1945,8 +1941,7 @@
...
@@ -1945,8 +1941,7 @@
PreprocessorDefinitions=
""
/>
PreprocessorDefinitions=
""
/>
</FileConfiguration>
</FileConfiguration>
<FileConfiguration
<FileConfiguration
Name=
"Release|Win32"
Name=
"Release|Win32"
>
ExcludedFromBuild=
"TRUE"
>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
...
...
client/Makefile.am
View file @
4c814139
...
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_builddir)/include \
...
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_builddir)/include \
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/regex
\
$(openssl_includes)
$(yassl_includes)
$(openssl_includes)
$(yassl_includes)
LIBS
=
@CLIENT_LIBS@
LIBS
=
@CLIENT_LIBS@
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
$(CLIENT_THREAD_LIBS)
\
$(top_builddir)
/libmysql/libmysqlclient.la
$(top_builddir)
/libmysql/libmysqlclient.la
bin_PROGRAMS
=
mysql mysqladmin mysqlcheck mysqlshow
\
bin_PROGRAMS
=
mysql mysqladmin mysqlcheck mysqlshow
\
mysqldump mysqlimport mysqltest mysqlbinlog
\
mysqldump mysqlimport mysqltest mysqlbinlog
\
...
@@ -81,7 +81,7 @@ link_sources:
...
@@ -81,7 +81,7 @@ link_sources:
@LN_CP_F@
$(top_srcdir)
/strings/
$$
f
$$
f
;
\
@LN_CP_F@
$(top_srcdir)
/strings/
$$
f
$$
f
;
\
done
;
\
done
;
\
rm
-f
$(srcdir)
/my_user.c
;
\
rm
-f
$(srcdir)
/my_user.c
;
\
@LN_CP_F@
$(top_srcdir)
/sql-common/my_user.c my_user.c
;
@LN_CP_F@
$(top_srcdir)
/sql-common/my_user.c my_user.c
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
...
...
client/mysqlimport.c
View file @
4c814139
...
@@ -145,11 +145,13 @@ static struct my_option my_long_options[] =
...
@@ -145,11 +145,13 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
opt_mysql_unix_port
,
(
gptr
*
)
&
opt_mysql_unix_port
,
0
,
GET_STR
,
(
gptr
*
)
&
opt_mysql_unix_port
,
(
gptr
*
)
&
opt_mysql_unix_port
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#include <sslopt-longopts.h>
#include <sslopt-longopts.h>
#if 0
{"use-threads", OPT_USE_THREADS,
{"use-threads", OPT_USE_THREADS,
"Load files in parallel. The argument is the number "
"Load files in parallel. The argument is the number "
"of threads to use for loading data.",
"of threads to use for loading data.",
(gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0,
(gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0,
GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
#endif
#ifndef DONT_ALLOW_USER_CHANGE
#ifndef DONT_ALLOW_USER_CHANGE
{
"user"
,
'u'
,
"User for login if not current user."
,
(
gptr
*
)
&
current_user
,
{
"user"
,
'u'
,
"User for login if not current user."
,
(
gptr
*
)
&
current_user
,
(
gptr
*
)
&
current_user
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
(
gptr
*
)
&
current_user
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
@@ -299,7 +301,11 @@ static int write_to_table(char *filename, MYSQL *mysql)
...
@@ -299,7 +301,11 @@ static int write_to_table(char *filename, MYSQL *mysql)
{
{
if
(
verbose
)
if
(
verbose
)
fprintf
(
stdout
,
"Deleting the old data from table %s
\n
"
,
tablename
);
fprintf
(
stdout
,
"Deleting the old data from table %s
\n
"
,
tablename
);
#ifdef HAVE_SNPRINTF
snprintf
(
sql_statement
,
FN_REFLEN
*
16
+
256
,
"DELETE FROM %s"
,
tablename
);
snprintf
(
sql_statement
,
FN_REFLEN
*
16
+
256
,
"DELETE FROM %s"
,
tablename
);
#else
sprintf
(
sql_statement
,
"DELETE FROM %s"
,
tablename
);
#endif
if
(
mysql_query
(
mysql
,
sql_statement
))
if
(
mysql_query
(
mysql
,
sql_statement
))
{
{
db_error_with_table
(
mysql
,
tablename
);
db_error_with_table
(
mysql
,
tablename
);
...
...
dbug/dbug.c
View file @
4c814139
...
@@ -1655,6 +1655,17 @@ static void DoPrefix(CODE_STATE *cs, uint _line_)
...
@@ -1655,6 +1655,17 @@ static void DoPrefix(CODE_STATE *cs, uint _line_)
(
void
)
fprintf
(
cs
->
stack
->
out_file
,
"%5d: "
,
cs
->
lineno
);
(
void
)
fprintf
(
cs
->
stack
->
out_file
,
"%5d: "
,
cs
->
lineno
);
if
(
cs
->
stack
->
flags
&
TIMESTAMP_ON
)
if
(
cs
->
stack
->
flags
&
TIMESTAMP_ON
)
{
{
#ifdef __WIN__
/* FIXME This doesn't give microseconds as in Unix case, and the resolution is
in system ticks, 10 ms intervals. See my_getsystime.c for high res */
SYSTEMTIME
loc_t
;
GetLocalTime
(
&
loc_t
);
(
void
)
fprintf
(
cs
->
stack
->
out_file
,
/* "%04d-%02d-%02d " */
"%02d:%02d:%02d.%06d "
,
/*tm_p->tm_year + 1900, tm_p->tm_mon + 1, tm_p->tm_mday,*/
loc_t
.
wHour
,
loc_t
.
wMinute
,
loc_t
.
wSecond
,
loc_t
.
wMilliseconds
);
#else
struct
timeval
tv
;
struct
timeval
tv
;
struct
tm
*
tm_p
;
struct
tm
*
tm_p
;
if
(
gettimeofday
(
&
tv
,
NULL
)
!=
-
1
)
if
(
gettimeofday
(
&
tv
,
NULL
)
!=
-
1
)
...
@@ -1669,6 +1680,7 @@ static void DoPrefix(CODE_STATE *cs, uint _line_)
...
@@ -1669,6 +1680,7 @@ static void DoPrefix(CODE_STATE *cs, uint _line_)
(
int
)
(
tv
.
tv_usec
));
(
int
)
(
tv
.
tv_usec
));
}
}
}
}
#endif
}
}
if
(
cs
->
stack
->
flags
&
PROCESS_ON
)
if
(
cs
->
stack
->
flags
&
PROCESS_ON
)
(
void
)
fprintf
(
cs
->
stack
->
out_file
,
"%s: "
,
cs
->
process
);
(
void
)
fprintf
(
cs
->
stack
->
out_file
,
"%s: "
,
cs
->
process
);
...
...
mysql-test/mysql-test-run.pl
View file @
4c814139
...
@@ -508,6 +508,8 @@ sub command_line_setup () {
...
@@ -508,6 +508,8 @@ sub command_line_setup () {
# These are defaults for things that are set on the command line
# These are defaults for things that are set on the command line
$opt_suite
=
"
main
";
# Special default suite
$opt_suite
=
"
main
";
# Special default suite
my
$opt_comment
;
my
$opt_master_myport
=
9306
;
my
$opt_master_myport
=
9306
;
my
$opt_slave_myport
=
9308
;
my
$opt_slave_myport
=
9308
;
$opt_ndbcluster_port
=
9350
;
$opt_ndbcluster_port
=
9350
;
...
@@ -626,6 +628,7 @@ sub command_line_setup () {
...
@@ -626,6 +628,7 @@ sub command_line_setup () {
'
big-test
'
=>
\
$opt_big_test
,
'
big-test
'
=>
\
$opt_big_test
,
'
debug
'
=>
\
$opt_debug
,
'
debug
'
=>
\
$opt_debug
,
'
fast
'
=>
\
$opt_fast
,
'
fast
'
=>
\
$opt_fast
,
'
comment=s
'
=>
\
$opt_comment
,
'
local
'
=>
\
$opt_local
,
'
local
'
=>
\
$opt_local
,
'
local-master
'
=>
\
$opt_local_master
,
'
local-master
'
=>
\
$opt_local_master
,
'
netware
'
=>
\
$opt_netware
,
'
netware
'
=>
\
$opt_netware
,
...
@@ -652,9 +655,14 @@ sub command_line_setup () {
...
@@ -652,9 +655,14 @@ sub command_line_setup () {
'
help|h
'
=>
\
$opt_usage
,
'
help|h
'
=>
\
$opt_usage
,
)
or
usage
("
Can't read options
");
)
or
usage
("
Can't read options
");
if
(
$opt_usage
)
usage
("")
if
$opt_usage
;
if
(
$opt_comment
)
{
{
usage
("");
print
"
\n
";
print
'
#
'
x
78
,
"
\n
";
print
"
#
$opt_comment
\n
";
print
'
#
'
x
78
,
"
\n\n
";
}
}
foreach
my
$arg
(
@ARGV
)
foreach
my
$arg
(
@ARGV
)
...
...
mysql-test/mysql-test-run.sh
View file @
4c814139
...
@@ -257,6 +257,7 @@ if [ -n "$MTR_BUILD_THREAD" ] ; then
...
@@ -257,6 +257,7 @@ if [ -n "$MTR_BUILD_THREAD" ] ; then
MYSQL_MANAGER_PORT
=
`
expr
$MASTER_MYPORT
+ 2
`
MYSQL_MANAGER_PORT
=
`
expr
$MASTER_MYPORT
+ 2
`
SLAVE_MYPORT
=
`
expr
$MASTER_MYPORT
+ 3
`
SLAVE_MYPORT
=
`
expr
$MASTER_MYPORT
+ 3
`
NDBCLUSTER_PORT
=
`
expr
$MASTER_MYPORT
+ 6
`
NDBCLUSTER_PORT
=
`
expr
$MASTER_MYPORT
+ 6
`
NDBCLUSTER_PORT_SLAVE
=
`
expr
$MASTER_MYPORT
+ 7
`
echo
"Using MTR_BUILD_THREAD =
$MTR_BUILD_THREAD
"
echo
"Using MTR_BUILD_THREAD =
$MTR_BUILD_THREAD
"
echo
"Using MASTER_MYPORT =
$MASTER_MYPORT
"
echo
"Using MASTER_MYPORT =
$MASTER_MYPORT
"
...
...
mysql-test/r/mysqldump.result
View file @
4c814139
...
@@ -2650,33 +2650,3 @@ DELIMITER ;
...
@@ -2650,33 +2650,3 @@ DELIMITER ;
DROP TRIGGER tr1;
DROP TRIGGER tr1;
DROP TABLE t1;
DROP TABLE t1;
create table t1 (a text , b text);
create table t2 (a text , b text);
insert t1 values ("Duck, Duck", "goose");
insert t1 values ("Duck, Duck", "pidgeon");
insert t2 values ("We the people", "in order to perform");
insert t2 values ("a more perfect", "union");
select * from t1;
a b
Duck, Duck goose
Duck, Duck pidgeon
select * from t2;
a b
We the people in order to perform
a more perfect union
test.t1: Records: 2 Deleted: 0 Skipped: 0 Warnings: 0
test.t2: Records: 2 Deleted: 0 Skipped: 0 Warnings: 0
select * from t1;
a b
Duck, Duck goose
Duck, Duck pidgeon
Duck, Duck goose
Duck, Duck pidgeon
select * from t2;
a b
We the people in order to perform
a more perfect union
We the people in order to perform
a more perfect union
drop table t1;
drop table t2;
mysql-test/t/disabled.def
View file @
4c814139
...
@@ -34,13 +34,14 @@ rpl_ndb_insert_ignore : Bugs: #17431: INSERT IGNORE INTO returns failed: 1296
...
@@ -34,13 +34,14 @@ rpl_ndb_insert_ignore : Bugs: #17431: INSERT IGNORE INTO returns failed: 1296
#rpl_ndb_log : result not deterministic
#rpl_ndb_log : result not deterministic
rpl_ndb_relay_space : Bug#16993
rpl_ndb_relay_space : Bug#16993
rpl_ndb_multi_update3 : Bug#17400: delete & update of rows in table without pk fails
rpl_ndb_multi_update3 : Bug#17400: delete & update of rows in table without pk fails
rpl_ndb_sp007 : Bug
#17290
rpl_ndb_sp007 : Bug#17290
rpl_row_create_table : Bug
#17385
rpl_row_create_table : Bug#17385
rpl_row_basic_2myisam : Bug
#17385
rpl_row_basic_2myisam : Bug#17385
rpl_row_basic_3innodb : Bug
#17385
rpl_row_basic_3innodb : Bug#17385
rpl_sp : Bug#16456
rpl_sp : Bug#16456
rpl_until : Unstable test case, bug#15886
rpl_until : Unstable test case, bug#15886
sp-goto : GOTO is currently is disabled - will be fixed in the future
sp-goto : GOTO is currently is disabled - will be fixed in the future
rpl_ndb_blob : Bug
#17505
rpl_ndb_blob : Bug#17505
rpl_ndb_blob2 : Bug
#17505
rpl_ndb_blob2 : Bug#17505
rpl_ndb_log : results are not deterministic
rpl_ndb_log : results are not deterministic
mysqldump : Bug#17443 mysqlimport --use-threads=5 gives crashes
mysql-test/t/mysqldump.test
View file @
4c814139
...
@@ -1049,6 +1049,7 @@ SET SQL_MODE = @old_sql_mode;
...
@@ -1049,6 +1049,7 @@ SET SQL_MODE = @old_sql_mode;
DROP
TRIGGER
tr1
;
DROP
TRIGGER
tr1
;
DROP
TABLE
t1
;
DROP
TABLE
t1
;
--
disable_parsing
#
#
# Added for use-thread option
# Added for use-thread option
#
#
...
@@ -1072,3 +1073,4 @@ select * from t2;
...
@@ -1072,3 +1073,4 @@ select * from t2;
drop
table
t1
;
drop
table
t1
;
drop
table
t2
;
drop
table
t2
;
--
enable_parsing
scripts/make_win_src_distribution.sh
View file @
4c814139
...
@@ -250,7 +250,7 @@ copy_dir_dirs() {
...
@@ -250,7 +250,7 @@ copy_dir_dirs() {
#
#
for
i
in
client dbug extra storage/heap include storage/archive storage/example
\
for
i
in
client dbug extra storage/heap include storage/archive storage/example
\
libmysql libmysqld storage/myisam storage/example
\
include/mysql
libmysql libmysqld storage/myisam storage/example
\
storage/myisammrg mysys regex sql strings sql-common sql/examples
\
storage/myisammrg mysys regex sql strings sql-common sql/examples
\
tools vio zlib
tools vio zlib
do
do
...
@@ -266,7 +266,7 @@ make -C $SOURCE/storage/ndb windoze
...
@@ -266,7 +266,7 @@ make -C $SOURCE/storage/ndb windoze
# Input directories to be copied recursively
# Input directories to be copied recursively
#
#
for
i
in
storage/bdb storage/innobase storage/ndb extra/yassl server-tools
for
i
in
storage/bdb storage/innobase storage/ndb extra/yassl server-tools
plugin
do
do
copy_dir_dirs
$i
copy_dir_dirs
$i
done
done
...
...
support-files/mysql.spec.sh
View file @
4c814139
...
@@ -629,7 +629,8 @@ fi
...
@@ -629,7 +629,8 @@ fi
%files shared
%files shared
%defattr
(
-, root, root, 0755
)
%defattr
(
-, root, root, 0755
)
# Shared libraries (omit for architectures that don't support them)
# Shared libraries (omit for architectures that don't support them)
%
{
_libdir
}
/
*
.so
*
%
{
_libdir
}
/libmysql
*
.so
*
%
{
_libdir
}
/libndb
*
.so
*
%files bench
%files bench
%defattr
(
-, root, root, 0755
)
%defattr
(
-, root, root, 0755
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment