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
eb145e5a
Commit
eb145e5a
authored
Jan 12, 2023
by
lilinjie
Committed by
Daniel Black
Jan 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
Signed-off-by:
lilinjie
<
lilinjie@uniontech.com
>
parent
b194c83b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
scripts/mysqlaccess.sh
scripts/mysqlaccess.sh
+1
-1
sql/opt_range.h
sql/opt_range.h
+4
-4
sql/sql_cache.h
sql/sql_cache.h
+1
-1
sql/sys_vars.cc
sql/sys_vars.cc
+1
-1
storage/perfschema/pfs_timer.cc
storage/perfschema/pfs_timer.cc
+2
-2
No files found.
scripts/mysqlaccess.sh
View file @
eb145e5a
...
...
@@ -584,7 +584,7 @@ if ($MySQLaccess::CGI) { #CGI-version
# ----------------------
# brief and table-format
# exclude each-other
# table-format is prefered
# table-format is prefer
r
ed
if
(
defined
(
$Param
{
'table'
}))
{
undef
(
$Param
{
'brief'
})
;
}
if
(
defined
(
$Param
{
'preview'
})
or
defined
(
$Param
{
'copy'
})
or
...
...
sql/opt_range.h
View file @
eb145e5a
...
...
@@ -711,7 +711,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
Initalizes a key_range object for communication with storage engine.
Init
i
alizes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the minimum endpoint of the interval represented by this
...
...
@@ -732,7 +732,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
Initalizes a key_range object for communication with storage engine.
Init
i
alizes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the minimum endpoint of the interval represented by this
...
...
@@ -749,7 +749,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
Initalizes a key_range object for communication with storage engine.
Init
i
alizes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the maximum endpoint of the interval represented by this
...
...
@@ -770,7 +770,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
Initalizes a key_range object for communication with storage engine.
Init
i
alizes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the maximum endpoint of the interval represented by this
...
...
sql/sql_cache.h
View file @
eb145e5a
...
...
@@ -32,7 +32,7 @@ typedef struct st_changed_table_list CHANGED_TABLE_LIST;
Can't create new free memory block if unused memory in block less
then QUERY_CACHE_MIN_ALLOCATION_UNIT.
if QUERY_CACHE_MIN_ALLOCATION_UNIT == 0 then
QUERY_CACHE_MIN_ALLOCATION_UNIT choosed automaticaly
QUERY_CACHE_MIN_ALLOCATION_UNIT choosed automatical
l
y
*/
#define QUERY_CACHE_MIN_ALLOCATION_UNIT 512
...
...
sql/sys_vars.cc
View file @
eb145e5a
...
...
@@ -5430,7 +5430,7 @@ static bool update_wsrep_auto_increment_control (sys_var *self, THD *thd, enum_v
{
/*
The variables that control auto increment shall be calculated
automaticaly based on the size of the cluster. This usually done
automatical
l
y based on the size of the cluster. This usually done
within the wsrep_view_handler_cb callback. However, if the user
manually sets the value of wsrep_auto_increment_control to 'ON',
then we should to re-calculate these variables again (because
...
...
storage/perfschema/pfs_timer.cc
View file @
eb145e5a
...
...
@@ -166,7 +166,7 @@ void init_timers(void)
/*
For STAGE and STATEMENT, a timer with a fixed frequency is better.
The prefered timer is nanosecond, or lower resolutions.
The prefer
r
ed timer is nanosecond, or lower resolutions.
*/
if
(
nanosec_to_pico
!=
0
)
...
...
@@ -203,7 +203,7 @@ void init_timers(void)
/*
For IDLE, a timer with a fixed frequency is critical,
as the CPU clock may slow down a lot if the server is completely idle.
The prefered timer is microsecond, or lower resolutions.
The prefer
r
ed timer is microsecond, or lower resolutions.
*/
if
(
microsec_to_pico
!=
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