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
5b9c62b6
Commit
5b9c62b6
authored
Feb 02, 2004
by
salle@vafla.home
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixing
s/expection/exception
parent
be760bec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+2
-2
No files found.
BitKeeper/etc/logging_ok
View file @
5b9c62b6
...
...
@@ -98,6 +98,7 @@ ranger@regul.home.lan
root@x3.internalnet
salle@geopard.(none)
salle@geopard.online.bg
salle@vafla.home
salle@vafla.online.bg
sasha@mysql.sashanet.com
serg@build.mysql2.com
...
...
sql/mysqld.cc
View file @
5b9c62b6
...
...
@@ -140,7 +140,7 @@ int initgroups(const char *,unsigned int);
typedef
fp_except
fp_except_t
;
#endif
/* We can't handle floating point ex
pec
tions with threads, so disable
/* We can't handle floating point ex
cep
tions with threads, so disable
this on freebsd
*/
...
...
@@ -4044,7 +4044,7 @@ this value; if zero (the default): when the size exceeds max_binlog_size. \
(
gptr
*
)
&
max_system_variables
.
range_alloc_block_size
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
RANGE_ALLOC_BLOCK_SIZE
,
1024
,
~
0L
,
0
,
1024
,
0
},
{
"read-only"
,
OPT_READONLY
,
"Make all tables readonly, with the ex
pections for replications
(slave) threads and users with the SUPER privilege"
,
"Make all tables readonly, with the ex
ception for replication
(slave) threads and users with the SUPER privilege"
,
(
gptr
*
)
&
opt_readonly
,
(
gptr
*
)
&
opt_readonly
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
1
,
0
,
1
,
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