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
0582ba50
Commit
0582ba50
authored
Sep 10, 2008
by
Timothy Smith
Browse files
Options
Browse Files
Download
Plain Diff
Auto merge 5.0-build -> 5.0-bugteam
parents
674d57be
c12f3512
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
54 additions
and
4 deletions
+54
-4
configure.in
configure.in
+3
-0
extra/Makefile.am
extra/Makefile.am
+6
-1
man/Makefile.am
man/Makefile.am
+6
-0
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+3
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+23
-0
win/create_manifest.js
win/create_manifest.js
+11
-1
zlib/gzio.c
zlib/gzio.c
+2
-2
No files found.
configure.in
View file @
0582ba50
...
@@ -2810,6 +2810,9 @@ EOF
...
@@ -2810,6 +2810,9 @@ EOF
AC_CONFIG_SUBDIRS
(
innobase
)
AC_CONFIG_SUBDIRS
(
innobase
)
fi
fi
# "innochecksum" is not in the "innobase/" subdirectory, but should be switched
AM_CONDITIONAL
([
BUILD_INNODB_TOOLS],
[
test
X
"
$have_innodb
"
=
Xyes]
)
case
$SYSTEM_TYPE
-
$MACHINE_TYPE
-
$ac_cv_prog_gcc
-
$have_ndbcluster
in
case
$SYSTEM_TYPE
-
$MACHINE_TYPE
-
$ac_cv_prog_gcc
-
$have_ndbcluster
in
*
solaris
*
-i
?86-no-yes
)
*
solaris
*
-i
?86-no-yes
)
if
$CC
-xildon
2>&1 |
grep
"illegal option"
>
/dev/null
if
$CC
-xildon
2>&1 |
grep
"illegal option"
>
/dev/null
...
...
extra/Makefile.am
View file @
0582ba50
...
@@ -45,7 +45,12 @@ $(top_builddir)/include/mysqld_ername.h: $(top_builddir)/include/mysqld_error.h
...
@@ -45,7 +45,12 @@ $(top_builddir)/include/mysqld_ername.h: $(top_builddir)/include/mysqld_error.h
$(top_builddir)/include/sql_state.h
:
$(top_builddir)/include/mysqld_error.h
$(top_builddir)/include/sql_state.h
:
$(top_builddir)/include/mysqld_error.h
bin_PROGRAMS
=
replace comp_err perror resolveip my_print_defaults
\
bin_PROGRAMS
=
replace comp_err perror resolveip my_print_defaults
\
resolve_stack_dump mysql_waitpid innochecksum
resolve_stack_dump mysql_waitpid
# "innochecksum" should be switched
if
BUILD_INNODB_TOOLS
bin_PROGRAMS
+=
innochecksum
endif
noinst_PROGRAMS
=
charset2html
noinst_PROGRAMS
=
charset2html
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
...
...
man/Makefile.am
View file @
0582ba50
...
@@ -21,5 +21,11 @@ man1_MANS = @man1_files@
...
@@ -21,5 +21,11 @@ man1_MANS = @man1_files@
man8_MANS
=
@man8_files@
man8_MANS
=
@man8_files@
EXTRA_DIST
=
$(man1_MANS)
$(man8_MANS)
EXTRA_DIST
=
$(man1_MANS)
$(man8_MANS)
# 1) not needed in Unix binary packages,
# 2) programs not generated in 5.0:
install-data-hook
:
rm
-f
$(DESTDIR)$(manlibdir)
/man1/make_win_
*
rm
-f
$(DESTDIR)$(manlibdir)
/man1/ndb_print_
*
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
scripts/make_binary_distribution.sh
View file @
0582ba50
...
@@ -272,6 +272,8 @@ if [ $BASE_SYSTEM != "netware" ] ; then
...
@@ -272,6 +272,8 @@ if [ $BASE_SYSTEM != "netware" ] ; then
if
[
-d
man
]
;
then
if
[
-d
man
]
;
then
$CP
man/
*
.1
$BASE
/man/man1
$CP
man/
*
.1
$BASE
/man/man1
$CP
man/
*
.8
$BASE
/man/man8
$CP
man/
*
.8
$BASE
/man/man8
# In a Unix binary package, these tools and their manuals are not useful
rm
-f
$BASE
/man/man1/make_win_
*
fi
fi
fi
fi
...
@@ -331,6 +333,7 @@ fi
...
@@ -331,6 +333,7 @@ fi
rm
-f
$BASE
/bin/Makefile
*
$BASE
/bin/
*
.in
$BASE
/bin/
*
.sh
\
rm
-f
$BASE
/bin/Makefile
*
$BASE
/bin/
*
.in
$BASE
/bin/
*
.sh
\
$BASE
/bin/mysql_install_db
$BASE
/bin/make_binary_distribution
\
$BASE
/bin/mysql_install_db
$BASE
/bin/make_binary_distribution
\
$BASE
/bin/make_win_
*
\
$BASE
/bin/setsomevars
$BASE
/support-files/Makefile
*
\
$BASE
/bin/setsomevars
$BASE
/support-files/Makefile
*
\
$BASE
/support-files/
*
.sh
$BASE
/support-files/
*
.sh
...
...
support-files/mysql.spec.sh
View file @
0582ba50
...
@@ -591,6 +591,7 @@ fi
...
@@ -591,6 +591,7 @@ fi
%doc %attr
(
644, root, root
)
%
{
_infodir
}
/mysql.info
*
%doc %attr
(
644, root, root
)
%
{
_infodir
}
/mysql.info
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/innochecksum.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/my_print_defaults.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/my_print_defaults.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/myisam_ftdump.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/myisam_ftdump.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/myisamchk.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/myisamchk.1
*
...
@@ -610,6 +611,7 @@ fi
...
@@ -610,6 +611,7 @@ fi
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqltest.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqltest.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_tzinfo_to_sql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_tzinfo_to_sql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_zap.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_zap.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqlbug.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/perror.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/perror.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/replace.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/replace.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/safe_mysqld.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/safe_mysqld.1
*
...
@@ -617,6 +619,7 @@ fi
...
@@ -617,6 +619,7 @@ fi
%ghost %config
(
noreplace,missingok
)
%
{
_sysconfdir
}
/my.cnf
%ghost %config
(
noreplace,missingok
)
%
{
_sysconfdir
}
/my.cnf
%ghost %config
(
noreplace,missingok
)
%
{
_sysconfdir
}
/mysqlmanager.passwd
%ghost %config
(
noreplace,missingok
)
%
{
_sysconfdir
}
/mysqlmanager.passwd
%attr
(
755, root, root
)
%
{
_bindir
}
/innochecksum
%attr
(
755, root, root
)
%
{
_bindir
}
/my_print_defaults
%attr
(
755, root, root
)
%
{
_bindir
}
/my_print_defaults
%attr
(
755, root, root
)
%
{
_bindir
}
/myisam_ftdump
%attr
(
755, root, root
)
%
{
_bindir
}
/myisam_ftdump
%attr
(
755, root, root
)
%
{
_bindir
}
/myisamchk
%attr
(
755, root, root
)
%
{
_bindir
}
/myisamchk
...
@@ -661,6 +664,7 @@ fi
...
@@ -661,6 +664,7 @@ fi
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_find_rows
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_find_rows
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_tableinfo
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_tableinfo
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_upgrade_shell
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_waitpid
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_waitpid
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlaccess
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlaccess
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqladmin
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqladmin
...
@@ -672,6 +676,8 @@ fi
...
@@ -672,6 +676,8 @@ fi
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/msql2mysql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/msql2mysql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_find_rows.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_tableinfo.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqlaccess.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqlaccess.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqladmin.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqladmin.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqlbinlog.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysqlbinlog.1
*
...
@@ -713,6 +719,8 @@ fi
...
@@ -713,6 +719,8 @@ fi
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_config.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_config.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_desc.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_desc.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_error_reporter.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_error_reporter.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_mgm.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_restore.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_select_all.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_select_all.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_select_count.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_select_count.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_show_tables.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_show_tables.1
*
...
@@ -724,13 +732,16 @@ fi
...
@@ -724,13 +732,16 @@ fi
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_delete_all
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_delete_all
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_drop_index
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_drop_index
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_drop_table
%attr
(
755, root, root
)
%
{
_bindir
}
/ndb_drop_table
%attr
(
755, root, root
)
%
{
_sbindir
}
/ndb_cpcd
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_delete_all.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_delete_all.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_drop_index.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_drop_index.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_drop_table.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_drop_table.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/ndb_cpcd.1
*
%files devel
%files devel
%defattr
(
-, root, root, 0755
)
%defattr
(
-, root, root, 0755
)
%doc EXCEPTIONS-CLIENT
%doc EXCEPTIONS-CLIENT
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/comp_err.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_config.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_config.1
*
%attr
(
755, root, root
)
%
{
_bindir
}
/comp_err
%attr
(
755, root, root
)
%
{
_bindir
}
/comp_err
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_config
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_config
...
@@ -784,6 +795,18 @@ fi
...
@@ -784,6 +795,18 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Mon Aug 18 2008 Joerg Bruehe <joerg@mysql.com>
- Get rid of the
"warning: Installed (but unpackaged) file(s) found:"
Some files were missing:
- Manual
"mysqlbug"
(
"server"
subpackage
)
- Program
"innochecksum"
and its manual
(
"server"
subpackage
)
- Manuals
"mysql_find_rows"
+
"mysql_tableinfo"
(
"client"
subpackage
)
- Script
"mysql_upgrade_shell"
(
"client"
subpackage
)
- Manual
"comp_err"
(
"devel"
subpackage
)
- Program
"ndb_cpcd"
and its manual
(
"ndb-extra"
subpackage
)
- Manuals
"ndb_mgm"
+
"ndb_restore"
(
"ndb-tools"
subpackage
)
*
Wed Mar 19 2008 Joerg Bruehe <joerg@mysql.com>
*
Wed Mar 19 2008 Joerg Bruehe <joerg@mysql.com>
- Add the man pages
for
"ndbd"
and
"ndb_mgmd"
.
- Add the man pages
for
"ndbd"
and
"ndb_mgmd"
.
...
...
win/create_manifest.js
View file @
0582ba50
...
@@ -31,7 +31,17 @@ try
...
@@ -31,7 +31,17 @@ try
var
end
=
supp_version
.
indexOf
(
"
-
"
);
var
end
=
supp_version
.
indexOf
(
"
-
"
);
if
(
end
==
-
1
)
end
=
supp_version
.
length
;
if
(
end
==
-
1
)
end
=
supp_version
.
length
;
var
app_version
=
supp_version
.
substring
(
0
,
end
);
var
app_version
=
supp_version
.
substring
(
0
,
end
);
app_version
+=
"
.0
"
;
var
fourth_element
=
0
;
if
(
app_version
.
match
(
/
[
a-z
]
$/
))
{
fourth_element
+=
(
1
+
app_version
.
charCodeAt
(
end
-
1
)
-
"
a
"
.
charCodeAt
(
0
));
app_version
=
app_version
.
substring
(
0
,
--
end
);
}
if
(
app_version
.
match
(
/sp
[
1-9
]
$/
))
{
fourth_element
+=
100
*
(
app_version
.
charCodeAt
(
end
-
1
)
-
"
0
"
.
charCodeAt
(
0
));
app_version
=
app_version
.
substring
(
0
,
end
-
3
);
end
-=
3
;
}
app_version
+=
"
.
"
+
fourth_element
;
break
;
break
;
case
"
arch
"
:
case
"
arch
"
:
var
app_arch
=
parts
[
1
];
var
app_arch
=
parts
[
1
];
...
...
zlib/gzio.c
View file @
0582ba50
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
/* @(#) $Id$ */
/* @(#) $Id$ */
#include "zutil.h"
#include <stdio.h>
#include <stdio.h>
#include "zutil.h"
#ifdef NO_DEFLATE
/* for compatibility with old definition */
#ifdef NO_DEFLATE
/* for compatibility with old definition */
# define NO_GZCOMPRESS
# define NO_GZCOMPRESS
#endif
#endif
...
...
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