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
e1073b1f
Commit
e1073b1f
authored
Jan 07, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
parents
9bb36aa3
4290679b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_base.cc
sql/sql_base.cc
+2
-2
No files found.
sql/sql_base.cc
View file @
e1073b1f
...
@@ -715,8 +715,8 @@ bool rename_temporary_table(THD* thd, TABLE *table, const char *db,
...
@@ -715,8 +715,8 @@ bool rename_temporary_table(THD* thd, TABLE *table, const char *db,
(
uint
)
strlen
(
table_name
)
+
6
+
4
)))
(
uint
)
strlen
(
table_name
)
+
6
+
4
)))
return
1
;
/* purecov: inspected */
return
1
;
/* purecov: inspected */
share
->
key_length
=
(
uint
)
share
->
key_length
=
(
uint
)
(
strmov
((
(
char
*
)
share
->
table_name
=
strmov
(
share
->
table_cache_key
=
key
,
(
strmov
((
char
*
)
(
share
->
table_name
=
strmov
(
share
->
table_cache_key
=
key
,
db
)
+
1
),
db
)
+
1
),
table_name
)
-
share
->
table_cache_key
)
+
1
;
table_name
)
-
share
->
table_cache_key
)
+
1
;
share
->
db
=
share
->
table_cache_key
;
share
->
db
=
share
->
table_cache_key
;
int4store
(
key
+
share
->
key_length
,
thd
->
server_id
);
int4store
(
key
+
share
->
key_length
,
thd
->
server_id
);
...
...
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