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
57a752f4
Commit
57a752f4
authored
Nov 14, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge selena.:H:/MYSQL/bkt/mysql-5.0-rel
into selena.:H:/MYSQL/bkt/mysql-5.0
parents
303cae4c
67df0e19
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
VC++Files/mysqlbinlog/mysqlbinlog.vcproj
VC++Files/mysqlbinlog/mysqlbinlog.vcproj
+1
-1
include/config-win.h
include/config-win.h
+2
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+2
-1
sql/ha_innodb.cc
sql/ha_innodb.cc
+2
-2
sql/spatial.cc
sql/spatial.cc
+2
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+2
-2
No files found.
VC++Files/mysqlbinlog/mysqlbinlog.vcproj
View file @
57a752f4
...
...
@@ -22,7 +22,7 @@
Name=
"VCCLCompilerTool"
Optimization=
"0"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../,../sql"
AdditionalIncludeDirectories=
"../include,../,../sql
,../strings
"
PreprocessorDefinitions=
"_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS;MYSQL_SERVER"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/mysqlbinlog.pch"
...
...
include/config-win.h
View file @
57a752f4
...
...
@@ -392,8 +392,8 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1
#define HAVE_OPENSSL 1
#define HAVE_YASSL 1
/* #undef HAVE_OPENSSL */
/* #undef HAVE_YASSL */
/* Define charsets you want */
/* #undef HAVE_CHARSET_armscii8 */
...
...
mysql-test/mysql-test-run.pl
View file @
57a752f4
...
...
@@ -947,6 +947,7 @@ sub executable_setup () {
$path_client_bindir
=
mtr_path_exists
("
$glob_basedir
/bin
");
$exe_mysqlcheck
=
mtr_exe_exists
("
$path_client_bindir
/mysqlcheck
");
$exe_mysqldump
=
mtr_exe_exists
("
$path_client_bindir
/mysqldump
");
$exe_mysqlimport
=
mtr_exe_exists
("
$path_client_bindir
/mysqlimport
");
$exe_mysqlshow
=
mtr_exe_exists
("
$path_client_bindir
/mysqlshow
");
$exe_mysqlbinlog
=
mtr_exe_exists
("
$path_client_bindir
/mysqlbinlog
");
$exe_mysqladmin
=
mtr_exe_exists
("
$path_client_bindir
/mysqladmin
");
...
...
sql/ha_innodb.cc
View file @
57a752f4
...
...
@@ -3009,8 +3009,8 @@ ha_innobase::store_key_val_for_row(
if
(
key_part
->
length
>
0
&&
cs
->
mbmaxlen
>
1
)
{
len
=
(
ulint
)
cs
->
cset
->
well_formed_len
(
cs
,
src_start
,
src_start
+
key_part
->
length
,
(
const
char
*
)
src_start
,
(
const
char
*
)
src_start
+
key_part
->
length
,
key_part
->
length
/
cs
->
mbmaxlen
,
&
error
);
}
else
{
...
...
sql/spatial.cc
View file @
57a752f4
...
...
@@ -178,7 +178,9 @@ static double wkb_get_double(const char *ptr, Geometry::wkbByteOrder bo)
{
double
res
;
if
(
bo
!=
Geometry
::
wkb_xdr
)
{
float8get
(
res
,
ptr
);
}
else
{
char
inv_array
[
8
];
...
...
support-files/mysql.spec.sh
View file @
57a752f4
...
...
@@ -259,7 +259,6 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
--includedir=%{_includedir}
\
--mandir=%{_mandir}
\
--enable-thread-safe-client
\
--with-zlib-dir=bundled
\
--with-readline ;
\
# Add this for more debugging support
# --with-debug
...
...
@@ -362,8 +361,9 @@ BuildMySQL "--disable-shared \
%if %{STATIC_BUILD}
--with-mysqld-ldflags='-all-static'
\
--with-client-ldflags='-all-static'
\
--with-zlib-dir=bundled
\
$USE_OTHER_LIBC_DIR
\
%else
--with-zlib-dir=bundled
\
%endif
--with-comment=
\"
MySQL Community Edition - Standard (GPL)
\"
\
--with-server-suffix='%{server_suffix}'
\
...
...
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