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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
240e9329
Commit
240e9329
authored
Aug 27, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
portation fixes for bug 29536 and 29325 in
re-pushing for 5.1.22.
parent
424e7035
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/rpl/t/rpl_timezone.test
mysql-test/suite/rpl/t/rpl_timezone.test
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+2
-2
No files found.
mysql-test/suite/rpl/t/rpl_timezone.test
View file @
240e9329
...
...
@@ -139,7 +139,7 @@ sync_slave_with_master;
# Restore original timezone
connection
master
;
set
global
time_zone
=
@
my_te_zone
;
set
global
time_zone
=
@
my_t
im
e_zone
;
--
echo
End
of
4.1
tests
...
...
sql/mysqld.cc
View file @
240e9329
...
...
@@ -5954,8 +5954,8 @@ log and this option does nothing anymore.",
IO_SIZE
,
0
},
{
"keep_files_on_create"
,
OPT_KEEP_FILES_ON_CREATE
,
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
,
(
gptr
*
)
&
global_system_variables
.
keep_files_on_create
,
(
gptr
*
)
&
max_system_variables
.
keep_files_on_create
,
(
uchar
*
*
)
&
global_system_variables
.
keep_files_on_create
,
(
uchar
*
*
)
&
max_system_variables
.
keep_files_on_create
,
0
,
GET_BOOL
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"key_buffer_size"
,
OPT_KEY_BUFFER_SIZE
,
"The size of the buffer used for index blocks for MyISAM tables. Increase this to get better index handling (for all reads and multiple writes) to as much as you can afford; 64M on a 256M machine that mainly runs MySQL is quite common."
,
...
...
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