mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments inside sql/
This commit is contained in:
committed by
Sergey Vojtovich
parent
153778437d
commit
717c12de0e
@@ -201,7 +201,7 @@ public:
|
||||
|
||||
/*
|
||||
class Sql_user_condition_identity.
|
||||
Instances of this class uniquely idetify user defined conditions (EXCEPTION).
|
||||
Instances of this class uniquely identify user defined conditions (EXCEPTION).
|
||||
|
||||
SET sql_mode=ORACLE;
|
||||
CREATE PROCEDURE p1
|
||||
@@ -403,7 +403,7 @@ private:
|
||||
|
||||
/**
|
||||
Default constructor.
|
||||
This constructor is usefull when allocating arrays.
|
||||
This constructor is useful when allocating arrays.
|
||||
Note that the init() method should be called to complete the Sql_condition.
|
||||
*/
|
||||
Sql_condition()
|
||||
|
Reference in New Issue
Block a user