diff options
author | monty@mysql.com <> | 2006-05-04 19:39:47 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-05-04 19:39:47 +0300 |
commit | c10f37673cb4f28778ee6d2298270d704289735c (patch) | |
tree | 02fb4e4ee6c19c1c60e360c58efab3b51262790e /mysql-test/r | |
parent | 3ddc1f99564b0ba4dbd62f5b3801dcd5f164eaf2 (diff) | |
download | mariadb-git-c10f37673cb4f28778ee6d2298270d704289735c.tar.gz |
Fixed compiler warnings
Move plugin declarations after system functions have been checked
(Fixes problem with ndb_config failing becasue SHM is not declared)
Fixed some memory leaks
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/ndb_config2.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/ndb_config2.result b/mysql-test/r/ndb_config2.result new file mode 100644 index 00000000000..cfd012933c4 --- /dev/null +++ b/mysql-test/r/ndb_config2.result @@ -0,0 +1 @@ +shm,3,4,35,3 shm,3,5,35,3 shm,3,6,35,3 shm,4,5,35,4 shm,4,6,35,4 shm,5,6,35,5 tcp,11,3,55,3 tcp,11,4,55,4 tcp,11,5,55,5 tcp,11,6,55,6 tcp,12,3,55,3 tcp,12,4,55,4 tcp,12,5,55,5 tcp,12,6,55,6 tcp,13,3,55,3 tcp,13,4,55,4 tcp,13,5,55,5 tcp,13,6,55,6 tcp,14,3,55,3 tcp,14,4,55,4 tcp,14,5,55,5 tcp,14,6,55,6 tcp,15,3,55,3 tcp,15,4,55,4 tcp,15,5,55,5 tcp,15,6,55,6 tcp,1,3,55,1 tcp,1,4,55,1 tcp,1,5,55,1 tcp,1,6,55,1 tcp,2,3,55,2 tcp,2,4,55,2 tcp,2,5,55,2 tcp,2,6,55,2 |