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
fd45aed7
Commit
fd45aed7
authored
Mar 04, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typos (not bugs).
parent
7b275cf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+1
-1
sql/ha_innobase.cc
sql/ha_innobase.cc
+2
-2
No files found.
BitKeeper/etc/logging_ok
View file @
fd45aed7
...
@@ -4,3 +4,4 @@ mwagner@evoq.mwagner.org
...
@@ -4,3 +4,4 @@ mwagner@evoq.mwagner.org
sasha@mysql.sashanet.com
sasha@mysql.sashanet.com
serg@serg.mysql.com
serg@serg.mysql.com
monty@donna.mysql.fi
monty@donna.mysql.fi
tim@threads.polyesthetic.msg
Docs/manual.texi
View file @
fd45aed7
...
@@ -33654,7 +33654,7 @@ First, you should try to find out whether the problem is that the
...
@@ -33654,7 +33654,7 @@ First, you should try to find out whether the problem is that the
client. You can check how long your @code{mysqld} server has been up by
client. You can check how long your @code{mysqld} server has been up by
executing @code{mysqladmin version}. If @code{mysqld} has died, you may
executing @code{mysqladmin version}. If @code{mysqld} has died, you may
find the reason for this in the file
find the reason for this in the file
@file{mysql-data-directory/
'hostname'
.err}. @xref{Error log}.
@file{mysql-data-directory/
`hostname`
.err}. @xref{Error log}.
Many crashes of @strong{MySQL} are caused by corrupted index / data
Many crashes of @strong{MySQL} are caused by corrupted index / data
files. @strong{MySQL} will update the data on disk, with the
files. @strong{MySQL} will update the data on disk, with the
sql/ha_innobase.cc
View file @
fd45aed7
...
@@ -1659,7 +1659,7 @@ ha_innobase::change_active_index(
...
@@ -1659,7 +1659,7 @@ ha_innobase::change_active_index(
statistic_increment
(
ha_read_key_count
,
&
LOCK_status
);
statistic_increment
(
ha_read_key_count
,
&
LOCK_status
);
DBUG_ENTER
(
"
index_read_id
x"
);
DBUG_ENTER
(
"
ha_innobase::change_active_inde
x"
);
active_index
=
keynr
;
active_index
=
keynr
;
...
@@ -1685,7 +1685,7 @@ ha_innobase::change_active_index(
...
@@ -1685,7 +1685,7 @@ ha_innobase::change_active_index(
build_template
(
prebuilt
,
user_thd
,
table
,
ROW_MYSQL_WHOLE_ROW
);
build_template
(
prebuilt
,
user_thd
,
table
,
ROW_MYSQL_WHOLE_ROW
);
return
(
0
);
DBUG_RETURN
(
0
);
}
}
/**************************************************************************
/**************************************************************************
...
...
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