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
162b1be0
Commit
162b1be0
authored
Oct 15, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in the comment.
parent
ef9a9c49
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
storage/maria/ha_maria.cc
storage/maria/ha_maria.cc
+3
-3
storage/maria/ha_maria.h
storage/maria/ha_maria.h
+1
-1
No files found.
storage/maria/ha_maria.cc
View file @
162b1be0
...
...
@@ -432,7 +432,7 @@ int table2maria(TABLE *table_arg, MARIA_KEYDEF **keydef_out,
- compare FULLTEXT keys;
- compare SPATIAL keys;
- compare FIELD_SKIP_ZERO which is converted to FIELD_NORMAL correctly
(should be corretly detected in table2maria).
(should be corre
c
tly detected in table2maria).
*/
int
maria_check_definition
(
MARIA_KEYDEF
*
t1_keyinfo
,
MARIA_COLUMNDEF
*
t1_recinfo
,
...
...
@@ -764,7 +764,7 @@ int ha_maria::open(const char *name, int mode, uint test_if_locked)
growing files. Using an open_flag instead of calling ma_extra(...
HA_EXTRA_MMAP ...) after maxs_open() has the advantage that the
mapping is not repeated for every open, but just done on the initial
open, when the MyISAM share is created. Everytime the server
open, when the MyISAM share is created. Every
time the server
requires to open a new instance of a table it calls this method. We
will always supply HA_OPEN_MMAP for a permanent table. However, the
Maria storage engine will ignore this flag if this is a secondary
...
...
@@ -2463,7 +2463,7 @@ static int ha_maria_init(void *p)
@return The error code. The engine_data and engine_callback will be set to 0.
@retval TRUE Success
@retval FALSE An error occured
@retval FALSE An error occur
r
ed
*/
my_bool
ha_maria
::
register_query_cache_table
(
THD
*
thd
,
char
*
table_name
,
...
...
storage/maria/ha_maria.h
View file @
162b1be0
...
...
@@ -18,7 +18,7 @@
#pragma interface
/* gcc class implementation */
#endif
/* class for the
the
maria handler */
/* class for the maria handler */
#include <maria.h>
...
...
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