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
326544b8
Commit
326544b8
authored
Oct 14, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1
parents
81766b9a
5dfd72a0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
sql/mysqld.cc
sql/mysqld.cc
+0
-1
sql/repl_failsafe.cc
sql/repl_failsafe.cc
+0
-1
sql/slave.cc
sql/slave.cc
+0
-1
sql/sql_class.cc
sql/sql_class.cc
+2
-0
No files found.
sql/mysqld.cc
View file @
326544b8
...
@@ -3460,7 +3460,6 @@ static int bootstrap(FILE *file)
...
@@ -3460,7 +3460,6 @@ static int bootstrap(FILE *file)
THD
*
thd
=
new
THD
;
THD
*
thd
=
new
THD
;
thd
->
bootstrap
=
1
;
thd
->
bootstrap
=
1
;
thd
->
client_capabilities
=
0
;
my_net_init
(
&
thd
->
net
,(
st_vio
*
)
0
);
my_net_init
(
&
thd
->
net
,(
st_vio
*
)
0
);
thd
->
max_client_packet_length
=
thd
->
net
.
max_packet
;
thd
->
max_client_packet_length
=
thd
->
net
.
max_packet
;
thd
->
master_access
=
~
(
ulong
)
0
;
thd
->
master_access
=
~
(
ulong
)
0
;
...
...
sql/repl_failsafe.cc
View file @
326544b8
...
@@ -67,7 +67,6 @@ static int init_failsafe_rpl_thread(THD* thd)
...
@@ -67,7 +67,6 @@ static int init_failsafe_rpl_thread(THD* thd)
*/
*/
thd
->
system_thread
=
thd
->
bootstrap
=
1
;
thd
->
system_thread
=
thd
->
bootstrap
=
1
;
thd
->
host_or_ip
=
""
;
thd
->
host_or_ip
=
""
;
thd
->
client_capabilities
=
0
;
my_net_init
(
&
thd
->
net
,
0
);
my_net_init
(
&
thd
->
net
,
0
);
thd
->
net
.
read_timeout
=
slave_net_timeout
;
thd
->
net
.
read_timeout
=
slave_net_timeout
;
thd
->
max_client_packet_length
=
thd
->
net
.
max_packet
;
thd
->
max_client_packet_length
=
thd
->
net
.
max_packet
;
...
...
sql/slave.cc
View file @
326544b8
...
@@ -2617,7 +2617,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type)
...
@@ -2617,7 +2617,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type)
thd
->
system_thread
=
(
thd_type
==
SLAVE_THD_SQL
)
?
thd
->
system_thread
=
(
thd_type
==
SLAVE_THD_SQL
)
?
SYSTEM_THREAD_SLAVE_SQL
:
SYSTEM_THREAD_SLAVE_IO
;
SYSTEM_THREAD_SLAVE_SQL
:
SYSTEM_THREAD_SLAVE_IO
;
thd
->
host_or_ip
=
""
;
thd
->
host_or_ip
=
""
;
thd
->
client_capabilities
=
0
;
my_net_init
(
&
thd
->
net
,
0
);
my_net_init
(
&
thd
->
net
,
0
);
thd
->
net
.
read_timeout
=
slave_net_timeout
;
thd
->
net
.
read_timeout
=
slave_net_timeout
;
thd
->
master_access
=
~
(
ulong
)
0
;
thd
->
master_access
=
~
(
ulong
)
0
;
...
...
sql/sql_class.cc
View file @
326544b8
...
@@ -186,6 +186,7 @@ THD::THD()
...
@@ -186,6 +186,7 @@ THD::THD()
variables
.
pseudo_thread_id
=
0
;
variables
.
pseudo_thread_id
=
0
;
one_shot_set
=
0
;
one_shot_set
=
0
;
file_id
=
0
;
file_id
=
0
;
query_id
=
0
;
warn_id
=
0
;
warn_id
=
0
;
db_charset
=
global_system_variables
.
collation_database
;
db_charset
=
global_system_variables
.
collation_database
;
mysys_var
=
0
;
mysys_var
=
0
;
...
@@ -196,6 +197,7 @@ THD::THD()
...
@@ -196,6 +197,7 @@ THD::THD()
net
.
vio
=
0
;
net
.
vio
=
0
;
#endif
#endif
net
.
last_error
[
0
]
=
0
;
// If error on boot
net
.
last_error
[
0
]
=
0
;
// If error on boot
client_capabilities
=
0
;
// minimalistic client
ull
=
0
;
ull
=
0
;
system_thread
=
cleanup_done
=
0
;
system_thread
=
cleanup_done
=
0
;
peer_port
=
0
;
// For SHOW PROCESSLIST
peer_port
=
0
;
// For SHOW PROCESSLIST
...
...
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