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
8ddde698
Commit
8ddde698
authored
Sep 10, 2004
by
marko@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge marko@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/marko/k/mysql-4.0
parents
fd17beb0
c998fbdb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
1 deletion
+10
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+4
-0
Build-tools/mysql-copyright-2
Build-tools/mysql-copyright-2
+1
-0
configure.in
configure.in
+1
-1
ltmain.sh
ltmain.sh
+3
-0
No files found.
BitKeeper/etc/logging_ok
View file @
8ddde698
...
@@ -67,6 +67,7 @@ kostja@oak.local
...
@@ -67,6 +67,7 @@ kostja@oak.local
lenz@kallisto.mysql.com
lenz@kallisto.mysql.com
lenz@mysql.com
lenz@mysql.com
marko@hundin.mysql.fi
marko@hundin.mysql.fi
matt@mysql.com
miguel@hegel.(none)
miguel@hegel.(none)
miguel@hegel.br
miguel@hegel.br
miguel@hegel.local
miguel@hegel.local
...
...
Build-tools/mysql-copyright
View file @
8ddde698
...
@@ -125,6 +125,10 @@ sub main
...
@@ -125,6 +125,10 @@ sub main
print
"
\"
./configure
\"
was not produced, exiting!
\n
";
print
"
\"
./configure
\"
was not produced, exiting!
\n
";
exit
(
0
);
exit
(
0
);
}
}
if
(
-
d
"
autom4te.cache
")
{
print
"
Trying to delete autom4te.cache dir
\n
"
if
$opt_verbose
;
system
("
rm -rf autom4te.cache
")
or
print
"
Unable to delete autom4te.cache dir: $!
\n
";
}
}
}
# fix file copyrights
# fix file copyrights
...
...
Build-tools/mysql-copyright-2
View file @
8ddde698
...
@@ -90,6 +90,7 @@ sub add_copyright
...
@@ -90,6 +90,7 @@ sub add_copyright
$ARGV
=~
/\.cc$/
||
$ARGV
=~
/\.cc$/
||
$ARGV
=~
/\.h$/
||
$ARGV
=~
/\.h$/
||
$ARGV
=~
/\.cpp$/
||
$ARGV
=~
/\.cpp$/
||
$ARGV
=~
/\.txt$/
||
$ARGV
=~
/\.yy$/
)
$ARGV
=~
/\.yy$/
)
{
{
$start_copyright
=
"
/*
";
$start_copyright
=
"
/*
";
...
...
configure.in
View file @
8ddde698
...
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
...
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT
(
sql/mysqld.cc
)
AC_INIT
(
sql/mysqld.cc
)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# The Docs Makefile.am parses this line!
AM_INIT_AUTOMAKE
(
mysql, 4.0.2
1
)
AM_INIT_AUTOMAKE
(
mysql, 4.0.2
2
)
AM_CONFIG_HEADER
(
config.h
)
AM_CONFIG_HEADER
(
config.h
)
PROTOCOL_VERSION
=
10
PROTOCOL_VERSION
=
10
...
...
ltmain.sh
View file @
8ddde698
...
@@ -51,6 +51,9 @@ fi
...
@@ -51,6 +51,9 @@ fi
# libtool 1.4.2 workaround
# libtool 1.4.2 workaround
SED
=
${
SED
:-
sed
}
SED
=
${
SED
:-
sed
}
# workaround against unset 'max_cmd_len': assume at least 4 kB
max_cmd_len
=
${
max_cmd_len
:-
4096
}
# The name of this program.
# The name of this program.
progname
=
`
$echo
"
$0
"
|
${
SED
}
's%^.*/%%'
`
progname
=
`
$echo
"
$0
"
|
${
SED
}
's%^.*/%%'
`
modename
=
"
$progname
"
modename
=
"
$progname
"
...
...
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