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
54ddf932
Commit
54ddf932
authored
Aug 02, 2007
by
ramil/ram@ramil.myoffice.izhnet.ru
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/ram/work/b30200/b30200.5.0
into mysql.com:/home/ram/work/b30200/b30200.5.1
parents
0f6f4442
dc84a5fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
sql/item_create.cc
sql/item_create.cc
+0
-1
sql/item_func.cc
sql/item_func.cc
+1
-0
No files found.
sql/item_create.cc
View file @
54ddf932
...
...
@@ -2861,7 +2861,6 @@ Item*
Create_func_connection_id
::
create
(
THD
*
thd
)
{
thd
->
lex
->
safe_to_cache_query
=
0
;
thd
->
thread_specific_used
=
TRUE
;
return
new
(
thd
->
mem_root
)
Item_func_connection_id
();
}
...
...
sql/item_func.cc
View file @
54ddf932
...
...
@@ -649,6 +649,7 @@ bool Item_func_connection_id::fix_fields(THD *thd, Item **ref)
{
if
(
Item_int_func
::
fix_fields
(
thd
,
ref
))
return
TRUE
;
thd
->
thread_specific_used
=
TRUE
;
value
=
thd
->
variables
.
pseudo_thread_id
;
return
FALSE
;
}
...
...
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