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
b2abd1cb
Commit
b2abd1cb
authored
Jan 07, 2011
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos
Patch provided by Dolf Schimmel
parent
53407ecf
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
sql/sql_select.cc
sql/sql_select.cc
+1
-1
storage/ibmdb2i/db2i_ioBuffers.h
storage/ibmdb2i/db2i_ioBuffers.h
+1
-1
storage/innodb_plugin/trx/trx0sys.c
storage/innodb_plugin/trx/trx0sys.c
+1
-1
storage/myisammrg/ha_myisammrg.cc
storage/myisammrg/ha_myisammrg.cc
+2
-2
storage/ndb/include/ndbapi/NdbError.hpp
storage/ndb/include/ndbapi/NdbError.hpp
+1
-1
storage/ndb/include/util/File.hpp
storage/ndb/include/util/File.hpp
+1
-1
storage/xtradb/trx/trx0sys.c
storage/xtradb/trx/trx0sys.c
+1
-1
No files found.
sql/sql_select.cc
View file @
b2abd1cb
...
...
@@ -5078,7 +5078,7 @@ optimize_straight_join(JOIN *join, table_map join_tables)
All other cases are in-between these two extremes. Thus the parameter
'search_depth' controlls the exhaustiveness of the search. The higher the
value, the longer the optimizaton time and possibly the better the
value, the longer the optimizat
i
on time and possibly the better the
resulting plan. The lower the value, the fewer alternative plans are
estimated, but the more likely to get a bad QEP.
...
...
storage/ibmdb2i/db2i_ioBuffers.h
View file @
b2abd1cb
...
...
@@ -290,7 +290,7 @@ class IOAsyncReadBuffer : public IOReadBuffer
Return a pointer to the next row in the table, where "next" is defined
by the orientation.
@param orientaton
@param orientat
i
on
@param[out] rrn The relative record number of the row returned. Not reliable
if NULL is returned by this function.
...
...
storage/innodb_plugin/trx/trx0sys.c
View file @
b2abd1cb
...
...
@@ -1343,7 +1343,7 @@ trx_sys_print_mysql_binlog_offset_from_page(
/* THESE ARE COPIED FROM NON-HOTBACKUP PART OF THE INNODB SOURCE TREE
(This code duplicaton should be fixed at some point!)
(This code duplicat
i
on should be fixed at some point!)
*/
#define TRX_SYS_SPACE 0
/* the SYSTEM tablespace */
...
...
storage/myisammrg/ha_myisammrg.cc
View file @
b2abd1cb
...
...
@@ -1057,9 +1057,9 @@ THR_LOCK_DATA **ha_myisammrg::store_lock(THD *thd,
/*
When MERGE table is open, but not yet attached, other threads
could flush it, which means call mysql_lock_abort_for_thread()
could flush it, which means call
ing
mysql_lock_abort_for_thread()
on this threads TABLE. 'children_attached' is FALSE in this
situaton. Since the table is not locked, return no lock data.
situat
i
on. Since the table is not locked, return no lock data.
*/
if
(
!
this
->
file
->
children_attached
)
goto
end
;
/* purecov: tested */
...
...
storage/ndb/include/ndbapi/NdbError.hpp
View file @
b2abd1cb
...
...
@@ -66,7 +66,7 @@ struct NdbError {
/**
* The error code indicates a permanent error.<br>
* (Includes classificatons: NdbError::PermanentError,
* (Includes classificat
i
ons: NdbError::PermanentError,
* NdbError::ApplicationError, NdbError::NoDataFound,
* NdbError::ConstraintViolation, NdbError::SchemaError,
* NdbError::UserDefinedError, NdbError::InternalError, and,
...
...
storage/ndb/include/util/File.hpp
View file @
b2abd1cb
...
...
@@ -31,7 +31,7 @@ public:
* Returns time for last contents modification of a file.
*
* @param aFileName a filename to check.
* @return the time for last contents modificaton of the file.
* @return the time for last contents modificat
i
on of the file.
*/
static
time_t
mtime
(
const
char
*
aFileName
);
...
...
storage/xtradb/trx/trx0sys.c
View file @
b2abd1cb
...
...
@@ -1667,7 +1667,7 @@ trx_sys_print_mysql_binlog_offset_from_page(
/* THESE ARE COPIED FROM NON-HOTBACKUP PART OF THE INNODB SOURCE TREE
(This code duplicaton should be fixed at some point!)
(This code duplicat
i
on should be fixed at some point!)
*/
#define TRX_SYS_SPACE 0
/* the SYSTEM tablespace */
...
...
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