~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to storage/falcon/BigInt.h

auto-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        void                    subtract(int index, BigWord value);
63
63
        
64
64
        void                    set(int64 value, int scale=0);
 
65
        void                    set(uint64 value, int scale=0);
65
66
        void                    set(BigInt *bigInt);
66
67
        void                    setString(int stringLength, const char* str);
67
68
        void                    getString(int bufferLength, char* buffer);