1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix a bad BitKeeper dependency structure for the "funcs_1" suite:

The files below "mysql-test/suite/funcs_1" in version 5.1
did not depend on the equivalent ones in 5.0,
probably because they had been checked in independent of each other
in both versions.

Step 1:
Foreach file F in the suite that has a "deleted" counterpart D, use
    bk rm $F
    bk mv $D $F
to get those files into the 5.1 suite that (for BK) depend on 5.0.
This commit is contained in:
joerg@debian.(none)
2007-07-27 13:32:32 +02:00
parent 8b5f22a0c3
commit c80ced4111
84 changed files with 6990 additions and 12418 deletions

0
mysql-test/suite/funcs_1/r/innodb_storedproc_08.result Normal file → Executable file
View File