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
1d14a495
Commit
1d14a495
authored
May 24, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-macosx
parents
2aa9e28d
786810e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
sql/sql_lex.cc
sql/sql_lex.cc
+0
-2
sql/sql_lex.h
sql/sql_lex.h
+0
-2
sql/sql_yacc.yy
sql/sql_yacc.yy
+1
-5
No files found.
sql/sql_lex.cc
View file @
1d14a495
...
...
@@ -22,8 +22,6 @@
#include <m_ctype.h>
#include <hash.h>
LEX_STRING
tmp_table_alias
=
{(
char
*
)
"tmp-table"
,
8
};
/* Macros to look like lex */
#define yyGet() *(lex->ptr++)
...
...
sql/sql_lex.h
View file @
1d14a495
...
...
@@ -642,6 +642,4 @@ void lex_end(LEX *lex);
extern
pthread_key
(
LEX
*
,
THR_LEX
);
extern
LEX_STRING
tmp_table_alias
;
#define current_lex (current_thd->lex)
sql/sql_yacc.yy
View file @
1d14a495
...
...
@@ -917,11 +917,7 @@ create:
THD *thd= YYTHD;
LEX *lex=Lex;
lex->sql_command= SQLCOM_CREATE_TABLE;
if (!lex->select_lex.add_table_to_list(thd,$5,
($2 &
HA_LEX_CREATE_TMP_TABLE ?
&tmp_table_alias :
(LEX_STRING*) 0),
if (!lex->select_lex.add_table_to_list(thd, $5, NULL,
TL_OPTION_UPDATING,
(using_update_log ?
TL_READ_NO_INSERT:
...
...
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