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
48b461a4
Commit
48b461a4
authored
Feb 11, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style fix-up and comment correction.
parent
a6df406f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/sql_trigger.cc
sql/sql_trigger.cc
+3
-3
No files found.
sql/sql_trigger.cc
View file @
48b461a4
...
@@ -340,7 +340,7 @@ end:
...
@@ -340,7 +340,7 @@ end:
tables - table list containing one open table for which the
tables - table list containing one open table for which the
trigger is created.
trigger is created.
stmt_query - [OUT] after successful return, this string contains
stmt_query - [OUT] after successful return, this string contains
well-formed statement for creati
on
this trigger.
well-formed statement for creati
ng
this trigger.
NOTE
NOTE
- Assumes that trigger name is fully qualified.
- Assumes that trigger name is fully qualified.
...
@@ -380,7 +380,7 @@ bool Table_triggers_list::create_trigger(THD *thd, TABLE_LIST *tables,
...
@@ -380,7 +380,7 @@ bool Table_triggers_list::create_trigger(THD *thd, TABLE_LIST *tables,
}
}
/* We don't allow creation of several triggers of the same type yet */
/* We don't allow creation of several triggers of the same type yet */
if
(
bodies
[
lex
->
trg_chistics
.
event
][
lex
->
trg_chistics
.
action_time
])
if
(
bodies
[
lex
->
trg_chistics
.
event
][
lex
->
trg_chistics
.
action_time
]
!=
0
)
{
{
my_error
(
ER_NOT_SUPPORTED_YET
,
MYF
(
0
),
my_error
(
ER_NOT_SUPPORTED_YET
,
MYF
(
0
),
"multiple triggers with the same action time"
"multiple triggers with the same action time"
...
@@ -673,7 +673,7 @@ static bool save_trigger_file(Table_triggers_list *triggers, const char *db,
...
@@ -673,7 +673,7 @@ static bool save_trigger_file(Table_triggers_list *triggers, const char *db,
tables - table list containing one open table for which trigger
tables - table list containing one open table for which trigger
is dropped.
is dropped.
stmt_query - [OUT] after successful return, this string contains
stmt_query - [OUT] after successful return, this string contains
well-formed statement for
creation
this trigger.
well-formed statement for
deleting
this trigger.
RETURN VALUE
RETURN VALUE
False - success
False - success
...
...
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