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
f662d397
Commit
f662d397
authored
Sep 11, 2009
by
Marc Alff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post merge fixes
parent
d5fd452d
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
210 additions
and
291 deletions
+210
-291
mysql-test/r/func_encrypt_nossl.result
mysql-test/r/func_encrypt_nossl.result
+21
-21
mysql-test/suite/funcs_1/r/innodb_func_view.result
mysql-test/suite/funcs_1/r/innodb_func_view.result
+46
-46
mysql-test/suite/funcs_1/r/innodb_storedproc_02.result
mysql-test/suite/funcs_1/r/innodb_storedproc_02.result
+0
-3
mysql-test/suite/funcs_1/r/memory_func_view.result
mysql-test/suite/funcs_1/r/memory_func_view.result
+46
-46
mysql-test/suite/funcs_1/r/memory_storedproc_02.result
mysql-test/suite/funcs_1/r/memory_storedproc_02.result
+0
-3
mysql-test/suite/funcs_1/r/myisam_func_view.result
mysql-test/suite/funcs_1/r/myisam_func_view.result
+46
-46
mysql-test/suite/funcs_1/r/myisam_storedproc_02.result
mysql-test/suite/funcs_1/r/myisam_storedproc_02.result
+0
-3
mysql-test/suite/funcs_1/r/ndb_func_view.result
mysql-test/suite/funcs_1/r/ndb_func_view.result
+46
-46
mysql-test/suite/funcs_1/r/ndb_storedproc_02.result
mysql-test/suite/funcs_1/r/ndb_storedproc_02.result
+0
-3
mysql-test/suite/funcs_1/r/storedproc.result
mysql-test/suite/funcs_1/r/storedproc.result
+2
-71
mysql-test/suite/ndb/r/ndb_multi_row.result
mysql-test/suite/ndb/r/ndb_multi_row.result
+3
-3
No files found.
mysql-test/r/func_encrypt_nossl.result
View file @
f662d397
...
...
@@ -2,83 +2,83 @@ select des_encrypt("test", 'akeystr');
des_encrypt("test", 'akeystr')
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_encrypt("test", 1);
des_encrypt("test", 1)
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_encrypt("test", 9);
des_encrypt("test", 9)
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_encrypt("test", 100);
des_encrypt("test", 100)
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_encrypt("test", NULL);
des_encrypt("test", NULL)
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_encrypt(NULL, NULL);
des_encrypt(NULL, NULL)
NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt("test", 'anotherkeystr');
des_decrypt("test", 'anotherkeystr')
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(1, 1);
des_decrypt(1, 1)
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(des_encrypt("test", 'thekey'));
des_decrypt(des_encrypt("test", 'thekey'))
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select hex(des_encrypt("hello")),des_decrypt(des_encrypt("hello"));
hex(des_encrypt("hello")) des_decrypt(des_encrypt("hello"))
NULL NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(des_encrypt("hello",4));
des_decrypt(des_encrypt("hello",4))
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(des_encrypt("hello",'test'),'test');
des_decrypt(des_encrypt("hello",'test'),'test')
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select hex(des_encrypt("hello")),hex(des_encrypt("hello",5)),hex(des_encrypt("hello",'default_password'));
hex(des_encrypt("hello")) hex(des_encrypt("hello",5)) hex(des_encrypt("hello",'default_password'))
NULL NULL NULL
Warnings:
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Error
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_encrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(des_encrypt("hello"),'default_password');
des_decrypt(des_encrypt("hello"),'default_password')
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select des_decrypt(des_encrypt("hello",4),'password4');
des_decrypt(des_encrypt("hello",4),'password4')
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
SET @a=des_decrypt(des_encrypt("hello"));
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
flush des_key_file;
select @a = des_decrypt(des_encrypt("hello"));
@a = des_decrypt(des_encrypt("hello"))
...
...
@@ -90,9 +90,9 @@ select hex(des_decrypt(des_encrypt("hello",4),'password2'));
hex(des_decrypt(des_encrypt("hello",4),'password2'))
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
select hex(des_decrypt(des_encrypt("hello","hidden")));
hex(des_decrypt(des_encrypt("hello","hidden")))
NULL
Warnings:
Error
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
Warning
1289 The 'des_decrypt' feature is disabled; you need MySQL built with '--with-openssl' to have it working
mysql-test/suite/funcs_1/r/innodb_func_view.result
View file @
f662d397
This diff is collapsed.
Click to expand it.
mysql-test/suite/funcs_1/r/innodb_storedproc_02.result
View file @
f662d397
...
...
@@ -550,9 +550,6 @@ exit handler 2
exit handler 2
exit handler 1
exit handler 1
Warnings:
Note 1051 Unknown table 'tqq'
Note 1051 Unknown table 'tqq'
create table res_t1(w char unique, x char);
insert into res_t1 values ('a', 'b');
CREATE PROCEDURE h1 ()
...
...
mysql-test/suite/funcs_1/r/memory_func_view.result
View file @
f662d397
This diff is collapsed.
Click to expand it.
mysql-test/suite/funcs_1/r/memory_storedproc_02.result
View file @
f662d397
...
...
@@ -551,9 +551,6 @@ exit handler 2
exit handler 2
exit handler 1
exit handler 1
Warnings:
Note 1051 Unknown table 'tqq'
Note 1051 Unknown table 'tqq'
create table res_t1(w char unique, x char);
insert into res_t1 values ('a', 'b');
CREATE PROCEDURE h1 ()
...
...
mysql-test/suite/funcs_1/r/myisam_func_view.result
View file @
f662d397
This diff is collapsed.
Click to expand it.
mysql-test/suite/funcs_1/r/myisam_storedproc_02.result
View file @
f662d397
...
...
@@ -551,9 +551,6 @@ exit handler 2
exit handler 2
exit handler 1
exit handler 1
Warnings:
Note 1051 Unknown table 'tqq'
Note 1051 Unknown table 'tqq'
create table res_t1(w char unique, x char);
insert into res_t1 values ('a', 'b');
CREATE PROCEDURE h1 ()
...
...
mysql-test/suite/funcs_1/r/ndb_func_view.result
View file @
f662d397
This diff is collapsed.
Click to expand it.
mysql-test/suite/funcs_1/r/ndb_storedproc_02.result
View file @
f662d397
...
...
@@ -550,9 +550,6 @@ exit handler 2
exit handler 2
exit handler 1
exit handler 1
Warnings:
Note 1051 Unknown table 'tqq'
Note 1051 Unknown table 'tqq'
create table res_t1(w char unique, x char);
insert into res_t1 values ('a', 'b');
CREATE PROCEDURE h1 ()
...
...
mysql-test/suite/funcs_1/r/storedproc.result
View file @
f662d397
This diff is collapsed.
Click to expand it.
mysql-test/suite/ndb/r/ndb_multi_row.result
View file @
f662d397
...
...
@@ -63,6 +63,6 @@ t4
drop table t1, t2, t3, t4;
drop table if exists t1, t3, t4;
Warnings:
Error
155 Table 'test.t1' doesn't exist
Error
155 Table 'test.t3' doesn't exist
Error
155 Table 'test.t4' doesn't exist
Warning
155 Table 'test.t1' doesn't exist
Warning
155 Table 'test.t3' doesn't exist
Warning
155 Table 'test.t4' doesn't exist
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