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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
47c011d0
Commit
47c011d0
authored
Nov 18, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
c783a330
d8a992e1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
104 additions
and
3 deletions
+104
-3
Build-tools/Bootstrap
Build-tools/Bootstrap
+1
-1
Docs/Makefile.am
Docs/Makefile.am
+1
-1
Docs/internals.texi
Docs/internals.texi
+101
-0
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
No files found.
Build-tools/Bootstrap
View file @
47c011d0
...
...
@@ -276,7 +276,7 @@ unless ($opt_skip_manual)
{
$msg
=
"
Adding manual.texi
";
&
logger
(
$msg
);
$command
=
"
install -m 644
$opt_docdir
/Docs/{manual,reservedwords}.texi
";
$command
=
"
install -m 644
$opt_docdir
/Docs/{
internals,
manual,reservedwords}.texi
";
$command
.=
"
$target_dir
/Docs/
";
&
run_command
(
$command
,
"
Could not update the manual in
$target_dir
/Docs/!
");
}
...
...
Docs/Makefile.am
View file @
47c011d0
...
...
@@ -22,7 +22,7 @@ targets = manual.txt mysql.info manual.html
BUILT_SOURCES
=
$(targets)
manual_toc.html include.texi
EXTRA_DIST
=
$(noinst_SCRIPTS)
$(BUILT_SOURCES)
mysqld_error.txt
\
INSTALL-BINARY reservedwords.texi
INSTALL-BINARY reservedwords.texi
internals.texi
all
:
$(targets) txt_files
...
...
Docs/internals.texi
0 → 100644
View file @
47c011d0
\input
texinfo @c -*-texinfo-*-
@c
@c *********************************************************
@c
@c This is a dummy placeholder file for internals.texi in the
@c MySQL source trees.
@c
@c Note, that the internals documentation has been moved into a separate
@c BitKeeper source tree named "mysqldoc" - do not attempt to edit this
@c file! All changes to internals.texi should be done in the mysqldoc tree.
@c
@c See http://www.mysql.com/doc/en/Installing
_
source
_
tree.html
@c for information about how to work with BitKeeper source trees.
@c
@c This dummy file is being replaced with the actual file from the
@c mysqldoc tree when building the official source distribution.
@c
@c Please e-mail docs@mysql.com for more information or if
@c you are interested in doing a translation.
@c
@c *********************************************************
@c
@c
%**start of header
@setfilename internals.info
@c We want the types in the same index
@syncodeindex tp fn
@ifclear tex-debug
@c This removes the black squares in the right margin
@finalout
@end ifclear
@c Set background for HTML
@set
_
body
_
tags BGCOLOR=silver TEXT=#000000 LINK=#101090 VLINK=#7030B0
@c Set some style elements for the manual in HTML form. 'suggested'
@c natural language colors: aqua, black, blue, fuchsia, gray, green,
@c lime, maroon, navy, olive, purple, red, silver, teal, white, and
@c yellow. From Steeve Buehler <ahr@YogElements.com>
@set
_
extra
_
head <style> code
{
color:purple
}
tt
{
color:green
}
samp
{
color:navy
}
pre
{
color:maroon
}
</style>
@settitle Dummy MySQL internals documentation for version @value
{
mysql
_
version
}
.
@c We want single-sided heading format, with chapters on new pages. To
@c get double-sided format change 'on' below to 'odd'
@setchapternewpage on
@paragraphindent 0
@c
%**end of header
@ifinfo
@format
START-INFO-DIR-ENTRY
* mysql: (mysql). MySQL documentation.
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@titlepage
@sp 10
@center @titlefont
{
Empty placeholder for the MySQL Internals Documentation
}
@sp 10
@center Copyright @copyright
{}
1995-2003 MySQL AB
@c blank page after title page makes page 1 be a page front.
@c also makes the back of the title page blank.
@page
@end titlepage
@c This should be added. The HTML conversion also needs a MySQL version
@c number somewhere.
@iftex
@c change this to double if you want formatting for double-sided
@c printing
@headings single
@oddheading @thischapter @| @| @thispage
@evenheading @thispage @| @| MySQL Internal Reference for Version @value
{
mysql
_
version
}
@end iftex
@node Top, (dir), (dir), (dir)
@ifinfo
This is an empty placeholder file for the MySQL internals documentation.
The real version of this file is now maintained in a separate BitKeeper
source tree! Please see
@url
{
http://www.mysql.com/doc/en/Installing
_
source
_
tree.html
}
for more info
on how to work with BitKeeper.
Please do not attempt to edit this file directly - use the one in the
@code
{
mysqldoc
}
BK tree instead.
This file will be replaced with the current @code
{
internals.texi
}
when
building the official source distribution.
@end ifinfo
@bye
mysql-test/mysql-test-run.sh
View file @
47c011d0
...
...
@@ -1311,7 +1311,7 @@ run_testcase ()
show_failed_diff
$tname
$ECHO
if
[
x
$FORCE
!=
x1
]
;
then
$ECHO
"Aborting
becasue
$tname
failed. To continue, re-run with '--force'."
$ECHO
"Aborting
:
$tname
failed. To continue, re-run with '--force'."
$ECHO
if
[
-z
"
$DO_GDB
"
]
&&
[
-z
"
$USE_RUNNING_SERVER
"
]
&&
[
-z
"
$DO_DDD
"
]
then
...
...
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