1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Many files:

Error message numbers.
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-10-27 01:40:48 +05:00
parent 30f8c35bca
commit 6fbac59c5c
14 changed files with 58 additions and 58 deletions

View File

@@ -63,7 +63,7 @@ begin work;
insert into t1 (a) values ("OK: create event if not exists");
create event if not exists e1 on schedule every 2 day do select 2;
Warnings:
Note 1536 Event 'e1' already exists
Note 1537 Event 'e1' already exists
rollback work;
select * from t1;
a