mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
added newline at the end of the file.
This commit is contained in:
parent
ff23273b7a
commit
f948d7bb24
1 changed files with 1 additions and 1 deletions
|
@ -171,4 +171,4 @@ DROP TABLE t1;
|
|||
create table t1(a char(4));
|
||||
insert into t1 values ('one'),(NULL),('two'),('four');
|
||||
select a, quote(a), isnull(quote(a)), quote(a) is null, ifnull(quote(a), 'n') from t1;
|
||||
drop table t1;
|
||||
drop table t1;
|
||||
|
|
Loading…
Reference in a new issue