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
f7ba6755
Commit
f7ba6755
authored
May 06, 2020
by
Anel Husakovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-22344: Fix typos in comments
parent
1af74d52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/type_set.result
mysql-test/r/type_set.result
+1
-1
mysql-test/t/type_set.test
mysql-test/t/type_set.test
+1
-1
mysys/list.c
mysys/list.c
+2
-2
No files found.
mysql-test/r/type_set.result
View file @
f7ba6755
...
...
@@ -108,7 +108,7 @@ End of 5.0 tests
# Start of 10.0 tests
#
#
# MDEV-6950 Bad results with joins compa
t
ing DATE and INT/ENUM/VARCHAR columns
# MDEV-6950 Bad results with joins compa
r
ing DATE and INT/ENUM/VARCHAR columns
#
CREATE TABLE t1 (c1 DATE PRIMARY KEY);
INSERT INTO t1 VALUES ('2001-01-01');
...
...
mysql-test/t/type_set.test
View file @
f7ba6755
...
...
@@ -101,7 +101,7 @@ DROP TABLE t1;
--
echo
#
--
echo
#
--
echo
# MDEV-6950 Bad results with joins compa
t
ing DATE and INT/ENUM/VARCHAR columns
--
echo
# MDEV-6950 Bad results with joins compa
r
ing DATE and INT/ENUM/VARCHAR columns
--
echo
#
CREATE
TABLE
t1
(
c1
DATE
PRIMARY
KEY
);
...
...
mysys/list.c
View file @
f7ba6755
...
...
@@ -14,7 +14,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
/*
Code for handling d
ubble-
linked lists in C
Code for handling d
oubly
linked lists in C
*/
#include "mysys_priv.h"
...
...
@@ -22,7 +22,7 @@
/* Add a element to start of list */
/* Add a
n
element to start of list */
LIST
*
list_add
(
LIST
*
root
,
LIST
*
element
)
{
...
...
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